This commit is contained in:
Kartik Agaram 2019-12-28 01:07:12 -08:00
parent 03a1de4536
commit ad6ae009ad

View File

@ -118,7 +118,7 @@ You can use SubX to translate itself. For example, running natively on Linux:
42
# or, automating the above steps
$ ./ntranslate init.linux ex1.subx
$ ./ntranslate init.linux examples/ex1.subx
$ ./a.elf
$ echo $?
42