more blabla again

This commit is contained in:
2020-11-20 04:06:44 +01:00
parent 3019e06bf5
commit d7b4250194
5 changed files with 131 additions and 11 deletions

6
code/hello.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello world.\n");
return 0;
}