diff options
author | funemy | 2022-10-23 23:16:41 +0000 |
---|---|---|
committer | funemy | 2022-10-23 23:16:41 +0000 |
commit | a89c7847195a7b20e307b042fbc821e741ccdaa4 (patch) | |
tree | 0f6290d17f12fa9b9f3e1e3a3720dba630206344 | |
parent | 679ee8faf561b6e53f582edef2d93b65615bcea7 (diff) |
minor
-rwxr-xr-x | entries/funemy/z3/z3fib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/funemy/z3/z3fib.sh b/entries/funemy/z3/z3fib.sh index fdc8937..9faa228 100755 --- a/entries/funemy/z3/z3fib.sh +++ b/entries/funemy/z3/z3fib.sh @@ -3,7 +3,7 @@ # Instruction: # 1. having z3 installed and under you $PATH # 2. making sure z3fib.sh is executable, by `chmod +x z3fib.sh` -# 3. run as `./z3fib.sh [length of the fib sequence]` +# 3. running as `./z3fib.sh [length of the fib sequence]` # 4. having fun :) if [ -e fib.smt2 ] |