hello.km 119 B

12345678
  1. module Hello;
  2. do OS::Stdout
  3. | write-line 'Hello World'
  4. | catch lambda _ exit 1
  5. | then exit 0;