fork download
  1. functor
  2. import
  3. Application
  4. System
  5.  
  6. define
  7. {System.showInfo 'Hello World!'}
  8. {Application.exit 0}
  9.  
  10. end
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
2
10
42
11
compilation info
prog.nim(1, 7) Error: statement expected
stdout
Standard output is empty