mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'lemu/src/numbers.mlog')
| -rw-r--r-- | lemu/src/numbers.mlog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lemu/src/numbers.mlog b/lemu/src/numbers.mlog new file mode 100644 index 0000000..120ae6d --- /dev/null +++ b/lemu/src/numbers.mlog @@ -0,0 +1,4 @@ +print 0b1100 +print 0xc +print 12 +stop
\ No newline at end of file |