Skip to content

Commit 039674b

Browse files
committed
feat: Implement hello world tradition
Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 8c32954 commit 039674b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MyFirstClass.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
// SPDX-FileCopyrightText: 2025 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
44
// SPDX-License-Identifier: MIT
55
public class MyFirstClass {
6+
public static void main(String... args) {
7+
System.out.println("Hello, World!");
8+
}
69
}

0 commit comments

Comments
 (0)