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, 0 insertions, 6 deletions
diff --git a/gcj/Hello.java b/gcj/Hello.java
deleted file mode 100644
index b7a10180..00000000
--- a/gcj/Hello.java
+++ /dev/null
@@ -1,6 +0,0 @@
-
-class Hello {
- public static void main(String[] args) {
- System.out.println("Hello World!"); //Display the string.
- }
-} \ No newline at end of file