modernc.org/99c@v1.0.1-0.20181109153923-a9e8197063d9/99run/README.md (about) 1 # Table of Contents 2 3 1. Usage 4 1. Installation 5 1. Changelog 6 7 # 99run 8 9 Command 99run executes binary programs produced by the 99c compiler. 10 11 ### Usage 12 13 99run a.out 14 15 On Linux a.out can be executed directly. 16 17 ### Installation 18 19 To install or update 99run 20 21 $ go get [-u] modernc.org/99c/99run 22 23 Online documentation: [godoc.org/modernc.org/99c/99run](http://godoc.org/modernc.org/99c/99run) 24 25 ### Changelog 26 27 2017-10-07: Initial public release.