aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tracing/HelloWorld.java
blob: 8e5a1fdd7ba327dc2d45a8f5805dbfb2a36656c3 (plain)
1
2
3
4
5
6
7
public class HelloWorld {
	
	public static void main (String[] args) throws Exception {
		System.out.println("Hello World!");
	}
	
}