Add a couple of questions and a new exercise

This commit is contained in:
abregman
2021-01-03 11:54:31 +02:00
parent 01ae9c59bc
commit fc26d95145
7 changed files with 117 additions and 36 deletions

View File

@ -2,4 +2,4 @@
# We dont care about non alphanumerics filenames so we just ls | grep to shorten the script.
echo $(( $(ls ./exercises/ | grep ".*md" -c) + $(grep \</summary\> -c README.md) ))
echo $(( $(ls -R ./exercises/ | grep ".*md" -c) + $(grep \</summary\> -c README.md) ))