The examples were found by ```bash $ find . -mindepth 2 -maxdepth 2 -type d '!' -exec test -e "{}/README.md" ';' -print ```