fork download
  1. int main() {
  2. // your code goes here
  3. write("Hello world!");
  4. return 0;
  5. }
Success #stdin #stdout 0.06s 6208KB
stdin
Standard input is empty
stdout
Hello world!