Dodaj 'hello.c'

This commit is contained in:
Dominik Cupał 2020-01-16 08:36:29 +00:00
parent 02eecae72e
commit 627f700f8e

9
hello.c Normal file
View File

@ -0,0 +1,9 @@
#include "stdio.h"
int main()
{
printf("Something...\n");
return 0;
}