drim/examples/hello.axs

6 lines
78 B
Plaintext
Raw Normal View History

2022-07-30 21:56:44 -05:00
def main() =
print "Hello World";
def add(x: I32, y: I32) : I32 =
x + y;