diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-02-09 18:36:57 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-02-09 18:36:57 -0500 |
| commit | 55ad7c32f2d534b1fbd438204d21738f958c51a5 (patch) | |
| tree | 16be4b53193105a759b3eec25be5e664d41c428d /ziglings | |
| parent | cf0920de31e9b5f3c5ba6de19a1b4c8d0c58b907 (diff) | |
Moved exercises to exercises because exercises
Diffstat (limited to 'ziglings')
| -rwxr-xr-x | ziglings | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ fmt_off=$( tput sgr0 ) # reset colors/effects exercise_num=0 function check_it { - source_file=$1 + source_file="exercises/$1" correct_output=$2 hint=$3 |
