remove files 6

This commit is contained in:
Alexey Norets 2025-09-20 09:36:53 +03:00
parent bad541df1b
commit 0facbe86dc
3 changed files with 1 additions and 0 deletions

BIN
nob

Binary file not shown.

1
nob.c
View File

@ -16,6 +16,7 @@ int main(int argc, char **argv){
if(!file_exists(SRC_FILE)) {
String_Builder sb = {0};
sb_append_cstr(&sb, "/* Initial Hello World */");
sb_append_cstr(&sb, "#include <stdio.h>\n");
sb_append_cstr(&sb, "\nint main()\n");
sb_append_cstr(&sb, "{\n printf(\"Hello, world\\n\");\n");

BIN
nob.old Executable file

Binary file not shown.