We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2989388 commit 2cb64daCopy full SHA for 2cb64da
1 file changed
Hello.java
@@ -1,7 +1,6 @@
1
public class Hello {
2
public static void main(String[] args) {
3
- String s = null;
4
- System.out.println(s.length());
+ System.out.println("Hello from GitHub Actions");
5
6
}
7
0 commit comments