removing unecessary files

This commit is contained in:
Daniel Shiffman
2013-03-15 16:21:04 -04:00
parent c05cef2917
commit 5110df6f68
2 changed files with 0 additions and 17 deletions
@@ -1,15 +0,0 @@
class Word {
int count;
String word;
Word(String s) {
word = s;
count = 1;
}
void count() {
count++;
}
}
@@ -1,2 +0,0 @@
mode.id=processing.mode.java.JavaMode
mode=Java