diff options
author | c+1 | 2023-05-03 08:01:58 -0400 |
---|---|---|
committer | c+1 | 2023-05-03 08:01:58 -0400 |
commit | 782a88e956f46652b80b44f63d63cc23ca5fa105 (patch) | |
tree | 1b99dada00ceed213774ae61796193a47a367a3d | |
parent | 13824d58302b8afd854994359f08d7bb10e464e3 (diff) |
the
-rw-r--r-- | examples/hello.halk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hello.halk b/examples/hello.halk new file mode 100644 index 0000000..f36db0a --- /dev/null +++ b/examples/hello.halk @@ -0,0 +1,4 @@ +USE.io; + +message="Hello, World!"; +io~o.message; |