This commit is contained in:
2025-12-09 16:24:14 +01:00
parent 35510de012
commit 2ee96597a4
7 changed files with 141 additions and 83 deletions

6
scratchpad.c Normal file
View File

@@ -0,0 +1,6 @@
#define DJSTD_BASIC_ENTRY
#include "core.c"
int djstd_entry(Arena *arena, StringList args) {
return 0;
}