{{ score }}
  # Searches entire computer starting at root for the file "hashClass.java".  Throws out error output by sending it to /dev/null.
# If we didn't throw out the error output, we'd get a bunch of "User doesn't have permissions to view directory" errors
find / -name "hashClass.java" 2>/dev/null