Skip to content

Commit 83548c2

Browse files
authored
Create Hello world!
1 parent 18cc400 commit 83548c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Hello world!

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class Main
2+
{
3+
public static void main(String[] args)
4+
{
5+
System.out.println("Hello world!");
6+
}
7+
}

0 commit comments

Comments
 (0)