functionname_c.out 160 B

123456789101112
  1. --- functionname.in
  2. +++ functionname_c.in
  3. @@ -6,7 +6,7 @@ doSomethingThenPrintHello(int test)
  4. return;
  5. }
  6. - print("goodbye\n");
  7. + print("hello\n");
  8. }