diff options
author | funemy | 2022-10-25 19:54:05 +0000 |
---|---|---|
committer | funemy | 2022-10-25 19:54:05 +0000 |
commit | cdec98dc53617c3ad5c297f8f5d127013c111b6d (patch) | |
tree | 844e2a6a9afdaf291fbfd99d7b78948a0dfac2ad /entries | |
parent | ae3c469407df59439fb0346344990c0155dcd7a2 (diff) |
typo
Diffstat (limited to 'entries')
-rwxr-xr-x | entries/funemy/z3/z4fib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entries/funemy/z3/z4fib.sh b/entries/funemy/z3/z4fib.sh index d5ad2d9..f7a1e48 100755 --- a/entries/funemy/z3/z4fib.sh +++ b/entries/funemy/z3/z4fib.sh @@ -3,7 +3,7 @@ # Instructions: # 1. having z3 installed and put under your $PATH -# 2. making sure z4fib.sh is executable, by `chmod +x z3fib.sh` +# 2. making sure z4fib.sh is executable, by `chmod +x z4fib.sh` # 3. running as `./z4fib.sh [length of the fib sequence]` # 4. having fun :) |