ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

ex1.ox (68B)


      1 // Hello world and comment
      2 
      3 fx main() {
      4     print("hello world");
      5 }