From 9431270504cbfdd1fbfe59ed02fb7a37f9350cce Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Sun, 13 Mar 2022 06:28:38 +0700 Subject: [PATCH] Create hello_world_pipe.hz --- example/hello_world_pipe.hz | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example/hello_world_pipe.hz diff --git a/example/hello_world_pipe.hz b/example/hello_world_pipe.hz new file mode 100644 index 0000000..fb84874 --- /dev/null +++ b/example/hello_world_pipe.hz @@ -0,0 +1,4 @@ +fun main: int = do + "Hello, World!\n" + |> @write(); +end; \ No newline at end of file