Patches to patches to clean up patches

This commit is contained in:
Dave Gauer 2021-02-14 20:26:57 -05:00
parent e4a5716c71
commit 44ccf4a0eb
49 changed files with 8 additions and 9 deletions

View file

@ -10,7 +10,7 @@ cd $(dirname $(which $0))
f=$(basename ../exercises/$1*.zig .zig 2> /dev/null)
b=../exercises/$f.zig
a=../answers/$f.zig
p=$f.patch
p=patches/$f.patch
printf "\tf: '$f'\n\tb: '$b'\n\ta: '$a'\n"