Moved source to src directory

This commit is contained in:
2020-11-02 19:52:47 +01:00
parent b64ce22c59
commit 095b377a47
3 changed files with 3 additions and 2 deletions

6
src/main.c Normal file
View File

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