mighty

The mighty programming language, compiler and tools (WIP)
Log | Files | Refs

target.mty (74B)



use std

fx main(int a, int b) int ::
    print("hello")
    return 0
end