1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

Create hello_world_pipe.hz

This commit is contained in:
Natapat Samutpong 2022-03-13 06:28:38 +07:00
parent 2259141647
commit 9431270504

View file

@ -0,0 +1,4 @@
fun main: int = do
"Hello, World!\n"
|> @write();
end;