fork download
  1. BEGIN {
  2. #Single Line Comment
  3. #Does not have multiline comments
  4.  
  5. print "You should comment your code"
  6. }
Success #stdin #stdout 0.01s 4232KB
stdin
Standard input is empty
stdout
You should comment your code