Start working on codegen implementation in C
This commit is contained in:
7
ccodegen/main.c
Normal file
7
ccodegen/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
// vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user