Initial Commit.

This commit is contained in:
Sebastian Cabrera 2016-02-23 21:41:52 -05:00
commit 678ba3e1b8
10 changed files with 349 additions and 0 deletions

6
wat/.classpath Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>