We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7865bea commit 4689933Copy full SHA for 4689933
src/main/java/App.java
@@ -4,6 +4,6 @@ public class App {
4
public App() {
5
}
6
public String getData() {
7
- return "Hope this works!";
+ return "Hope works!";
8
9
0 commit comments