In this repository, you'll find a selection of sub-folders with language titles. In each, there's a test for that language, chose one for your submission.
Use git clone
to clone the repository locally, then change the remote, please do not fork this repository. To change the remote, use
git remote set-url origin <path-to-your-blank-repository>
git push -u origin <branch-name>
When the test passes clean up your code. It's worth spending time formatting and simplifing things. It's more important that humans can read your code than computers.