6 lines
73 B
C
6 lines
73 B
C
|
#include <yacc/parser.tab.h>
|
||
|
|
||
|
int main() {
|
||
|
yyparse();
|
||
|
return 0;
|
||
|
}
|