Init repo

This commit is contained in:
2025-06-01 01:06:19 +01:00
commit 1845618e8d
5 changed files with 36 additions and 0 deletions

6
cclox_src/main.cc Normal file
View File

@@ -0,0 +1,6 @@
#include <cstdio>
int main() {
printf("Hello from cclox\n");
return 0;
}