class Howdy { public static void main(String[] s) { System.out.println("Howdy yall"); } }