diff options
| author | E7-87-83 <fungcheokyin@gmail.com> | 2021-07-06 13:52:12 +0800 |
|---|---|---|
| committer | E7-87-83 <fungcheokyin@gmail.com> | 2021-07-06 13:52:12 +0800 |
| commit | 562bd250350b24d1e4243cf6363d8e84dda18519 (patch) | |
| tree | b7710134e1b321b38afc0a21063c4b1c298f8cbf | |
| parent | 58f1f03fc111f73ae044b0a24859bf6cc7a12043 (diff) | |
| download | perlweeklychallenge-club-562bd250350b24d1e4243cf6363d8e84dda18519.tar.gz perlweeklychallenge-club-562bd250350b24d1e4243cf6363d8e84dda18519.tar.bz2 perlweeklychallenge-club-562bd250350b24d1e4243cf6363d8e84dda18519.zip | |
space
| -rw-r--r-- | challenge-120/cheok-yin-fung/bash/ch-2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-120/cheok-yin-fung/bash/ch-2.sh b/challenge-120/cheok-yin-fung/bash/ch-2.sh index 26207114da..964b3e203a 100644 --- a/challenge-120/cheok-yin-fung/bash/ch-2.sh +++ b/challenge-120/cheok-yin-fung/bash/ch-2.sh @@ -8,7 +8,7 @@ hr_hand_inc_per_deg=2 #unit: minute per degree -minute_hand_rate=6 #unit: degree per minute +minute_hand_rate=6 #unit: degree per minute h=$1 m=$2 |
