index
:
MEGATRON
master
Automata modeling language
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
blob: 79018d6c44afc1d53991c5745f7624e166f8430f (
plain
)
1
2
3
4
5
6
7
8
9
#include<stdio.h>
#include<lexer.h>
int
main
()
{
return
0
;
}