diff options
Diffstat (limited to 'Test.java')
-rw-r--r-- | Test.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Test.java b/Test.java new file mode 100644 index 0000000..f61ca95 --- /dev/null +++ b/Test.java @@ -0,0 +1,7 @@ +public class Test { + + public static void main(String[] args) { + // test your WordCount and InvertedIndex program with your own sample input files here + + } +} |