We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f43dc commit 82509e6Copy full SHA for 82509e6
1 file changed
src/Newfunction.java
@@ -0,0 +1,5 @@
1
+public class Newfunction {
2
+ public static void main(String[] args) {
3
+ System.out.println("Hello, this is LiSi's new function!");
4
+ }
5
+}
0 commit comments