First commit

This commit is contained in:
2022-03-26 17:54:37 +01:00
commit 84e622da1a
8 changed files with 331 additions and 0 deletions

6
main.c Normal file
View File

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