blob: b7f00347edd9bb8e613a89be1bef95a94acaa28b [file] [log] [blame]
public class Class
{
public static void main(String[] args)
{
System.out.println("hello");
}
}