Feat: Add passing test for basic I/O

This commit is contained in:
2025-09-26 01:14:01 -07:00
parent 44176e9984
commit f6e024a34d

8
test/src/simple_io.hi Normal file
View File

@@ -0,0 +1,8 @@
// This test should pass with the current transpiler.
message: "Hello from Hi!"
_(message)
count: 1
count = 2
_("Count is", count)