Yerbacon/examples/HelloWorld.ybcon

4 lines
48 B
Plaintext
Raw Normal View History

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