Hello, World!
This commit is contained in:
6
src/main.c
Normal file
6
src/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void){
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
BIN
src/renderer
Executable file
BIN
src/renderer
Executable file
Binary file not shown.
Reference in New Issue
Block a user