add first examples
This commit is contained in:
8
hello_world/hello_world.c
Normal file
8
hello_world/hello_world.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
/* my first program in C */
|
||||
printf("Hello, World! \n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user