aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testsrc/HelloWorld.java
blob: b296ba704d4b4b883785d2dd4caf741d1e98f111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @version 	1.0
 * @author
 */
public class HelloWorld {

    public static void main(String[] args) {
        System.out
        .println("hello world");  
        //System.out.println("hello world");
    }
}