more blabla again
This commit is contained in:
6
code/hello.c
Normal file
6
code/hello.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello world.\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user