ox

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

ex1.ox (98B)


      1 // Hello world and comment
      2 
      3 void main(int var) {
      4     print("hello world");
      5     //print(param1);
      6 }