Skip to content

Commit 2cb64da

Browse files
committed
Fix error
1 parent 2989388 commit 2cb64da

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Hello.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
public class Hello {
22
public static void main(String[] args) {
3-
String s = null;
4-
System.out.println(s.length());
3+
System.out.println("Hello from GitHub Actions");
54

65
}
76
}

0 commit comments

Comments
 (0)