Skip to content

Commit 2a2ee8f

Browse files
authored
Add files via upload
1 parent 504a644 commit 2a2ee8f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

HelloWorld.java

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
public class HelloWorld {
3+
public String greet() {
4+
return "Hello World";
5+
}
6+
}

HelloWorldTest.class

356 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)