This commit is contained in:
biginflation 2025-01-02 23:05:51 +08:00
parent ed898421cc
commit 6687d873ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world!");
System.out.println("Hello world");
}
}

View File

@ -1 +1 @@
hello world
hello world