mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/lib.rs')
| -rw-r--r-- | lemu/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lemu/src/lib.rs b/lemu/src/lib.rs index 8b3620d..47ae3f0 100644 --- a/lemu/src/lib.rs +++ b/lemu/src/lib.rs @@ -176,4 +176,5 @@ mod test { test!(run fib.mlog; output = b"12586269025"); test!(run numbers.mlog; output = b"121212"); test!(run celliterate.mlog 500 times; cell[0][0] = 500.0); + test!(run hello.mlog; output = b"hello world"); } |