mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 08:38:37 +00:00
Feat: Add passing test for basic I/O
This commit is contained in:
8
test/src/simple_io.hi
Normal file
8
test/src/simple_io.hi
Normal 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)
|
||||||
Reference in New Issue
Block a user