aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oeqa/files/test.java
blob: a661972174fdfaf71811005177befe2c268344db (plain)
1
2
3
4
5
6
7
8
package test;

public class test {
	public static void main(String[] args) {
		System.out.println("the answer is 42");
	}

}