Added second hello world

This commit is contained in:
=
2026-04-24 14:28:28 +00:00
parent f7b81d525a
commit 77120de661
3 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"c3c-path": "/home/coder/bin/c3/c3c",
"stdlib-path": "/home/coder/bin/c3/lib/std",
"diagnostics-delay": 500
}
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -7,4 +7,4 @@ fn int main(String[] args)
io::printn("Hello, World!"); io::printn("Hello, World!");
return 0; return 0;
} }