Your Ad Here

Posted By

kazuhitosaeki on 01/19/09


Tagged

KR answer


Versions (?)

K&R, Chapter1, 1-1


 / Published in: C
 

  1. #include<stdio.h>
  2.  
  3. main()
  4. {
  5. printf("hello, ");
  6. printf("world");
  7. printf("\n");
  8. }

Report this snippet  

You need to login to post a comment.