Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c8780aa0345178b1ce2c9e75c3ce32cc19a2b994 (plain) (blame)
1
2
3
4
5
6
7
8
package my1.mod;

import my1.mod.samePackage.*;

public class Main {
    public static void main(String argv[]) {
    }
}

Back to the top