Hello, World!

This commit is contained in:
2025-02-22 22:34:13 -06:00
parent a2b8ac3a71
commit 8c1f2e67c7
2 changed files with 6 additions and 0 deletions

6
src/main.c Normal file
View File

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

BIN
src/renderer Executable file

Binary file not shown.