Add an example of two java files, Main.java and Another.java, where Main.java depends on Another.java. This is part of a larger example of attempting to use Nix to package these. Also ignoring the *.class files that `javac <filename>` outputs.
Adding a README and a basic .gitignore to initialize this mono-repo. I'm quite excited about this undertaking!