Welcome to the Deakin SEC coding challenges repository.
All of the challenges that we will be presenting will appear inside the
challenges directory, using the following hierachical structure.
challenges/
greatest-common-divisor/
README.md (challenge description)
solutions/
username-greatest-common-divisor.c
username-great-common-divisor.py
...
...