blob: 737a219917c68e15bed781d5708f08f839581dc1 [file] [log] [blame]
public class Hello
{
public static int main(String[] args) {
System.out.println("Hello world");
return 0;
}
}