hello,world package theFirstJavaProgram; public class test { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("hello,world"); } } 2017-10-06