fixes #1
This commit is contained in:
parent
6f87421044
commit
b9badbde9d
|
@ -1227,7 +1227,7 @@ waldek@debian:~$
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
difficulty=100
|
difficulty=100
|
||||||
computernumber=$(( "$RANDOM % $difficulty"))
|
computernumber=$(( $RANDOM % ( $difficulty + 1)))
|
||||||
echo "I have a number in mind between 0 and $difficulty"
|
echo "I have a number in mind between 0 and $difficulty"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
|
|
Loading…
Reference in New Issue