fork(1) download
  1. ;# your code goes here
  2. puts "Hello, Physical Design World!"
  3. puts stdout "Message to standard output"
  4. puts stderr "Error message"
Success #stdin #stdout #stderr 0.01s 5320KB
stdin
Standard input is empty
stdout
Hello, Physical Design World!
Message to standard output
stderr
Error message