12 lines
148 B
C++
12 lines
148 B
C++
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <iostream>
|
|
#include "vcd_parser.h"
|
|
|
|
using namespace std;
|
|
|
|
int main(void) {
|
|
cout << "main()\n";
|
|
}
|
|
|