You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need the MD5 hash for each solution to validate the answers on running the tests.
You can add new hashes using the `add` script on the root of repo. The usage is very simple:
`./add <problem-num> <answer>`
Ex.:
./add 1 3123910123
Will add:
```
Problem001:
.. README.md
.. .hash
```