mirror of https://github.com/CrimsonTome/tldr.git
17 lines
204 B
Markdown
17 lines
204 B
Markdown
|
# lci
|
||
|
|
||
|
> LOLCODE interpreter written in C.
|
||
|
> More information: <https://github.com/justinmeza/lci>.
|
||
|
|
||
|
- Run a LOLCODE file:
|
||
|
|
||
|
`lci {{path/to/file}}`
|
||
|
|
||
|
- Display version:
|
||
|
|
||
|
`lci -v`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`lci -h`
|