m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/19/b/main.c
diff options
context:
space:
mode:
Diffstat (limited to '19/b/main.c')
-rw-r--r--19/b/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/19/b/main.c b/19/b/main.c
new file mode 100644
index 0000000..dc10700
--- /dev/null
+++ b/19/b/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include "grammar.tab.h"
+
+int main() {
+ int result = 0;
+ int count = 0;
+ return yyparse();
+}