fork download
  1. #include <stdio.h> /* おまじない */
  2.  
  3. main()
  4. {
  5. printf("hello, world\n");
  6. }
  7.  
  8.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
hello, world