diff options
Diffstat (limited to '1/2.c')
| -rw-r--r-- | 1/2.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#include <stdio.h> + +int main(int argc, char *argv[]) +{ + printf("hello \c world\n"); + return 0; +} |
![]() |
index : k&r-exercises | |
| Solutions to the exercises in K&R from my days of learning C. |
| summaryrefslogtreecommitdiffstats |