This is an example project containing r8 challenges.
setup.py: Python setup file. Tells r8 to look here for challenges.r8_example/__init__.py: Automatically import all modules in this package so that challenges are registered.r8_example/helloworld.py: Contains an example challenge.