fork download
  1. void foo(int and bar) {}
  2.  
  3. int main() {
  4. foo(42);
  5. }
  6.  
Success #stdin #stdout 0s 2880KB
stdin
Standard input is empty
stdout
Standard output is empty