Skip to content

Commit 399158e

Browse files
author
=allenbangai
committed
Regine HELLO WORLD
1 parent 09b739c commit 399158e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ALLEN/Regine.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* To change this license header, choose License Headers in Project Properties.
3+
* To change this template file, choose Tools | Templates
4+
* and open the template in the editor.
5+
*/
6+
package guichapter8;
7+
8+
/**
9+
*
10+
* @author DELL
11+
*/
12+
public class Regine {
13+
/**
14+
* @param args the command line arguments
15+
*/
16+
public static void main(String[] args) {
17+
// TODO code application logic here\
18+
System.out.println("My name is Regine, I'm new to java");
19+
}
20+
21+
}

0 commit comments

Comments
 (0)