feat: ✨ hello-world
This commit is contained in:
parent
644f83810e
commit
f8b61b1508
3 changed files with 11 additions and 0 deletions
5
001-hello_world/main.c
Normal file
5
001-hello_world/main.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello World\n");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue