/** Huggable.java eastcoastgames Java tutorial chapter 1 program Joseph P. Russell Prints a message to the command line. */ public class Huggable { public static void main(String args[]) { System.out.println("Game programmers are huggable!"); } }