fork download
  1. extern "C" int puts(char const*);
  2.  
  3. int main() {
  4. puts("hello world");
  5. }
  6.  
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
hello world