fork download
  1. BEGIN {
  2. print("hello world")
  3. }
  4.  
  5. {
  6. // your code goes here
  7. }
  8.  
  9. END {
  10. // your code goes here
  11. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
hello world