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:
parent
2259141647
commit
9431270504
4
example/hello_world_pipe.hz
Normal file
4
example/hello_world_pipe.hz
Normal file
|
@ -0,0 +1,4 @@
|
|||
fun main: int = do
|
||||
"Hello, World!\n"
|
||||
|> @write();
|
||||
end;
|
Loading…
Reference in a new issue