Add README

This commit is contained in:
Gal 2024-02-09 01:20:12 +01:00
parent 7244e5601b
commit bdee60426f
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ java -cp bin com.craftinginterpreters.lox.Lox
jlox [script]
```
Or
```
java -cp bin com.craftinginterpreters.lox.Lox sample-code.lox
```