fork download
  1. functor
  2. import
  3. Application
  4. System
  5. define
  6. {System.showInfo 'Hello, World!\n'}
  7. {Application.exit 0}
  8. end
Success #stdin #stdout 0.06s 5140KB
stdin
Standard input is empty
stdout
Hello, World!