Skip to content

Commit 373297a

Browse files
committed
Initial commit
1 parent 4cde75e commit 373297a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

HelloWorld/Main.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package HelloWorld;
2+
3+
public class Main
4+
{
5+
public static void main(String[] args)
6+
{
7+
System.out.println("Hello world");
8+
}
9+
}

Manifest.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Manifest-version: 1.0
2+
Created-By: 1.0 (Macagua Corporation)
3+
Main-Class: HelloWorld.Main

0 commit comments

Comments
 (0)