From 95728818c2c290ea34d22d786b2d4e611948f499 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Apr 2012 22:43:43 +0100 Subject: [PATCH] hello world --- src/patito/joshepw.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/patito/joshepw.java diff --git a/src/patito/joshepw.java b/src/patito/joshepw.java new file mode 100644 index 0000000..7542521 --- /dev/null +++ b/src/patito/joshepw.java @@ -0,0 +1,19 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +package patito; + +/** + * + * @author MICHAELR + */ +public class JeanMichael { + public static void main(String arg){ + System.out.println ("=========================="); + System.out.println ("= HELLO WORLD :D ="); + System.out.println ("=========================="); + } + +}