This repository contains my solution to Yodle's Juggling Programming Puzzle.
This solution was written using Java v1.7.0.
To run locally:
$ git clone https://github.com/Brodan/JuggleFest.git
$ javac *.java
$ java Yodle jugglefest.txt
This will create the output file output.txt
as well as print the challenges solution (an email address) to the terminal.