fork download
  1. #include <stdio.h>
  2. int main(void){
  3. printf("hello, world");}
Success #stdin #stdout 0s 5432KB
stdin
Standard input is empty
stdout
hello, world