Skip to content

Commit 4830e8d

Browse files
authored
Merge pull request #1 from The-CODE-Plus-Plus-Community/Jay_Prakash
solution to demo 2
2 parents 5a69886 + 175b48e commit 4830e8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class A{
2+
static public void main(String... args){
3+
System.out.println("hello java4");
4+
}
5+
};

0 commit comments

Comments
 (0)