aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw/EmptyTest1.java
blob: 42e579d7853c53c37a76b6536ffd3af00c78a81a (plain)
1
2
3
4
5
6
7
8
public class EmptyTest1 {
	
	public static void main (String[] args) {
		System.out.println("EmptyTest1.main()");
		EmptyTest2.main(args);
	}
	
}