kristofer revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
gistfile1.txt renamed to gistfile1.md
File renamed without changes
kristofer revised this gist . Go to revision
1 file changed, 4 insertions, 1 deletion
gistfile1.txt
| @@ -1,5 +1,8 @@ | |||
| 1 | 1 | to get jshell to work with input correctly, you need to | |
| 2 | 2 | ||
| 3 | - | `jshell --execution local TooHighTooLow.jsh` | |
| 3 | + | ``` | |
| 4 | + | jshell --execution local TooHighTooLow.jsh | |
| 5 | + | ``` | |
| 6 | + | ||
| 4 | 7 | ||
| 5 | 8 | for some obscure reason, this is needed | |
kristofer revised this gist . Go to revision
1 file changed, 5 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | to get jshell to work with input correctly, you need to | |
| 2 | + | ||
| 3 | + | `jshell --execution local TooHighTooLow.jsh` | |
| 4 | + | ||
| 5 | + | for some obscure reason, this is needed | |