Skip to content

Initial release 0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 07:40
· 1 commit to master since this release

Česky

Windows

Stáhněte ksplang.exe, pak ho můžete spustit v příkazové řádce (doporučujeme Windows Terminal):

ksplang.exe program.ksplang < input.txt

Linux

Stáhněte si ksplang, přidejte mu práva na spustitelnost, a můžete jej spustit v terminálu:

chmod +x ksplang
./ksplang program.ksplang < input.txt

English

Windows

Download ksplang.exe, then you can run it as follows:

ksplang.exe program.ksplang < input.txt

Linux

Download ksplang, then you can run it as follows:

chmod +x ksplang
./ksplang program.ksplang < input.txt