/** * Created by Mark Lanthier on 2/9/2016. */ public class HelloWorld { public static void main(String args[]) { System.out.println("Hello"); } }