Update README.md
Adding hello.c
This commit is contained in:
5
step1.1/hello.c
Normal file
5
step1.1/hello.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user