Inital Commit

This commit is contained in:
2020-11-28 12:16:59 +02:00
parent 61fb10b021
commit 852583759c
4 changed files with 60 additions and 0 deletions

4
hello.c Normal file
View File

@@ -0,0 +1,4 @@
#include<stdio.h>
main (){
printf("Oi\n");
}