vi test.java //**************************************************** // Copyright (c) 2009, Inc. // All rights reserved. //**************************************************** class Test { public static void main(String[] args) { System.out.println("Hello Test!"); } }