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 ("=========================="); + } + +}