* updated ksystemlog (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / misc / archive / hello.java
blob870e36571438b29f8c54fa2c94941e1defa525bb
1 // Hello World in Java (by Clifford)
2 // Compile with 'gcj --main=hello hello.java'
3 //
4 // --- T2-COPYRIGHT-NOTE-BEGIN ---
5 // This copyright note is auto-generated by ./scripts/Create-CopyPatch.
6 //
7 // T2 SDE: scripts/Create-CopyPatch
8 // Copyright (C) 2004 - 2008 The T2 SDE Project
9 // Copyright (C) 1998 - 2003 ROCK Linux Project
10 //
11 // More information can be found in the files COPYING and README.
12 //
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 ---
19 public class hello {
20 public static void main (String[] args) {
21 System.out.println("Hello World! (A simple Java program.)");