aboutsummaryrefslogtreecommitdiff
path: root/Test.java
blob: f61ca95bba8c598d6441b00e59923fb325eed1bf (plain)
1
2
3
4
5
6
7
public class Test {
    
    public static void main(String[] args) {
        // test your WordCount and InvertedIndex program with your own sample input files here

    }
}