hello.km 154 B

12345678
  1. entry { crash-on-error
  2. \ await
  3. { sys::println { "?/?" (sys::PlatformInfo.os, sys::PlatformInfo.arch) } },
  4. { sys::println 'Hello World' }
  5. };