Yerbacon/examples/HelloWorld.ybcon

4 lines
48 B
Plaintext

main #= [] -> {
print_line("Hello, World!")
}