Skip to content

Commit 3ff17c6

Browse files
BryzzBryzz
authored andcommitted
Syntax error corrected and refactoring
1 parent ba5c104 commit 3ff17c6

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

resources/HelloWorld.iml renamed to resources/HelloWorld/HelloWorld.iml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />
1010
</component>
11-
</module>
11+
</module>
12+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.bryzz.dsc.hello;
2+
3+
public class HelloWorld {
4+
5+
public static void main(String[] args) {
6+
System.out.println("Hello World!!!");
7+
}
8+
}

resources/src/com/bryzz/dsc/hello/HelloWorld.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)