fork download
  1. //Single Line Comment
  2.  
  3. /*
  4.   This is a Multiline Comment
  5.   which spawns many lines.
  6. */
  7.  
  8. print("You should comment your code.");
Success #stdin #stdout 0.36s 381952KB
stdin
Standard input is empty
stdout
You should comment your code.