第二次提交

develop
付凡芮 2025-01-13 10:20:25 +08:00
parent 476b1f6777
commit 1c11a15a92
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@ package com.fufan;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
System.out.println("这是我的第二次提交代码!!!");
}
}
}