summaryrefslogtreecommitdiffstats
path: root/jrt_test/src/java/HelloWorld.java
blob: beb0df16e6ac7dc1a2d941e18593d9a4dc0568ab (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. 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!");
    }
}