Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
llalexandru00 authored Feb 14, 2020
1 parent d10441c commit 6a844fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@

* Linux/Mac OS:
```
../../bin/alki.sh gcd-no-input.alk
../../bin/alki.sh -a gcd-no-input.alk
4
```
* Windows:
```
..\..\bin\alki.bat gcd-no-input.alk
..\..\bin\alki.bat -a gcd-no-input.alk
4
```
* an example that does require the input state:
* Linux/Mac OS:
```
../../bin/alki.sh gcd.alk gcd.in
../../bin/alki.sh -a gcd.alk -i gcd.in
14
```
* Windows:
Expand Down

0 comments on commit 6a844fe

Please sign in to comment.