This commit is contained in:
_N3m0 2023-12-29 14:13:05 +01:00
commit d2b24cf094
1 changed files with 6 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;
}