Skip to content

Commit bc89065

Browse files
authored
Merge pull request macagua#3 from ashakdhe/master
Test
2 parents 5657cd9 + 762a011 commit bc89065

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

HelloWorld/Test.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 Test
4+
{
5+
public static void main(String[] args)
6+
{
7+
System.out.println("Test");
8+
}
9+
}

0 commit comments

Comments
 (0)