1 // Hello World in Java (by Clifford)
2 // Compile with 'gcj --main=hello hello.java'
4 // --- T2-COPYRIGHT-NOTE-BEGIN ---
5 // This copyright note is auto-generated by ./scripts/Create-CopyPatch.
7 // T2 SDE: scripts/Create-CopyPatch
8 // Copyright (C) 2004 - 2008 The T2 SDE Project
9 // Copyright (C) 1998 - 2003 ROCK Linux Project
11 // More information can be found in the files COPYING and README.
13 // This program is free software; you can redistribute it and/or modify
14 // it under the terms of the GNU General Public License as published by
15 // the Free Software Foundation; version 2 of the License. A copy of the
16 // GNU General Public License can be found in the file COPYING.
17 // --- T2-COPYRIGHT-NOTE-END ---
20 public static void main (String
[] args
) {
21 System
.out
.println("Hello World! (A simple Java program.)");