Fork a child process
fork { puts "Hello from the child process: #$$" } puts "Hello from the parent process: #$$"