We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ed26 commit 7ca924fCopy full SHA for 7ca924f
src/main/java/com/booleanuk/extension/Extension.java
@@ -0,0 +1,7 @@
1
+package com.booleanuk.extension;
2
+
3
+public class Extension {
4
+ public static String sayHelloWorld() {
5
+ return "Hello, world!";
6
+ }
7
+}
0 commit comments