一次测试

This commit is contained in:
lx
2025-09-06 20:40:31 +08:00
parent 96a857ca12
commit 9112a54edb
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,8 @@ package com.example;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
System.out.println("第一个小您过目");
}
}