/*Javelin Stamp Hello World Test Program Ron Kessler Created 10/1/2012 Compile this and download to the bot and you should see a message on your computer! */ public class HelloWorld { public static void main() { System.out.println("Hello there from your Javelin Stamp on the Boe-Bot!"); } }