Compare commits
3 Commits
f513829e65
...
df08cbd4eb
Author | SHA1 | Date | |
---|---|---|---|
df08cbd4eb | |||
c564b0f842 | |||
dc12335bac |
0
C/guess_number/guess_number.c
Normal file
0
C/guess_number/guess_number.c
Normal file
6
C/hello_world/hello_world.c
Normal file
6
C/hello_world/hello_world.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user