aboutsummaryrefslogtreecommitdiffstats
path: root/jrt_test/src/java/HelloWorld.java
blob: cbf941ed76d7cd5533f149a7b8d770efc94e5469 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
public class HelloWorld
{
    public static void main(String[] args)
    {
	System.out.println("Hello World!");
    }
}