Initial commit for KNR C exercises
This commit is contained in:
commit
67483eaceb
4 changed files with 32 additions and 0 deletions
7
KNR C/hello_world.c
Normal file
7
KNR C/hello_world.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("hello, world\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue