summaryrefslogtreecommitdiffstats
path: root/tests/java5/ataspectj/HelloWorld.java
blob: 58cd14253094e02487e90e0ea9406bd26a26f010 (plain)
1
2
3
4
5
6
7
public class HelloWorld {

	public static void main (String[] args) {
		System.out.println("Hello World!");
	}
	
}