summaryrefslogtreecommitdiffstats
path: root/gcj/Hello.java
diff options
context:
space:
mode:
Diffstat (limited to 'gcj/Hello.java')
-rw-r--r--gcj/Hello.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcj/Hello.java b/gcj/Hello.java
new file mode 100644
index 00000000..b7a10180
--- /dev/null
+++ b/gcj/Hello.java
@@ -0,0 +1,6 @@
+
+class Hello {
+ public static void main(String[] args) {
+ System.out.println("Hello World!"); //Display the string.
+ }
+} \ No newline at end of file