diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2023-12-10 19:07:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 19:07:21 +0000 |
commit | cb491e82b5ce3dcb7e3c41973a46cb7dcbaa9008 (patch) | |
tree | c9c6a81111803facc4e3b677e394495cea696bc0 /Test.java |
Initial commit
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 + + } +} |