We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c32954 commit 039674bCopy full SHA for 039674b
1 file changed
MyFirstClass.java
@@ -3,4 +3,7 @@
3
// SPDX-FileCopyrightText: 2025 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
4
// SPDX-License-Identifier: MIT
5
public class MyFirstClass {
6
+ public static void main(String... args) {
7
+ System.out.println("Hello, World!");
8
+ }
9
}
0 commit comments