gistfile1.txt
· 149 B · Text
Sin formato
to get jshell to work with input correctly, you need to
```
jshell --execution local TooHighTooLow.jsh
```
for some obscure reason, this is needed
| 1 | to get jshell to work with input correctly, you need to |
| 2 | |
| 3 | ``` |
| 4 | jshell --execution local TooHighTooLow.jsh |
| 5 | ``` |
| 6 | |
| 7 | |
| 8 | for some obscure reason, this is needed |