fork download
  1. print ("Hello world and Students")
  2. print ("Welcome to Computer Prog 2")
  3. print ("My Name is TRISTAN")
  4. print ("BSIT-ADT 2B")
  5. print ("I am 19 years old")
Success #stdin #stdout 0.1s 14028KB
stdin
Standard input is empty
stdout
Hello world and Students
Welcome to Computer Prog 2
My Name is TRISTAN
BSIT-ADT 2B
I am 19 years old