diff --git a/ALLEN/Regine.java b/ALLEN/Regine.java new file mode 100644 index 0000000..2f38dd9 --- /dev/null +++ b/ALLEN/Regine.java @@ -0,0 +1,21 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ +package guichapter8; + +/** + * + * @author DELL + */ +public class Regine { + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here\ + System.out.println("My name is Regine, I'm new to java"); + } + +}