c5:修改main

master
2812875475 2024-06-10 15:50:57 +08:00
parent 8dbdff61b1
commit 2b48709b6e
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ package org.example;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
System.out.println("Hello world!");
System.out.println("hhhhhh");
}
}