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
clox_src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("Hello from clox\n");
return 0;
}