aboutsummaryrefslogtreecommitdiff
path: root/Test.java
diff options
context:
space:
mode:
authorgithub-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com>2023-12-10 19:07:21 +0000
committerGitHub <noreply@github.com>2023-12-10 19:07:21 +0000
commitcb491e82b5ce3dcb7e3c41973a46cb7dcbaa9008 (patch)
treec9c6a81111803facc4e3b677e394495cea696bc0 /Test.java
Initial commit
Diffstat (limited to 'Test.java')
-rw-r--r--Test.java7
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
+
+ }
+}