We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504a644 commit 2a2ee8fCopy full SHA for 2a2ee8f
HelloWorld.java
@@ -0,0 +1,6 @@
1
+
2
+public class HelloWorld {
3
+ public String greet() {
4
+ return "Hello World";
5
+ }
6
+}
HelloWorldTest.class
356 Bytes
0 commit comments