@@ -10,9 +10,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
EOF
|
||||
|
||||
if ! [ -e ./src/p*.rs ]; then
|
||||
exit 0
|
||||
fi
|
||||
[[ ! $(ls ./src/p*.rs) ]] && exit 0
|
||||
|
||||
for problem in ./src/p*.rs; do
|
||||
file=${problem##*/}
|
||||
|
Reference in New Issue
Block a user