fork download
  1. /* First Program in KandR, the hello,world */
  2.  
  3. #include<stdio.h>
  4. void ()
  5. {
  6. printf("hello,world\n");
  7. }
  8.  
Runtime error #stdin #stdout 0s 4560KB
stdin
Standard input is empty
stdout
hello,world