Ad

Yeah, this is probably dumb, but this is my first Kumite.

Code
Diff
  • function hello() {
      return "hello world";
    }
    • function hello() {
    • return "world";
    • return "hello world";
    • }