initial commit
[KandRexercises.git] / hello.c
blob059a30fc43f96f8ea36811df62352d07d93ada83
1 #include <stdio.h>
3 main()
5 printf("\zhello world!\n");