This commit is contained in:
xbx 2023-11-14 15:41:39 +08:00
parent b06df07f83
commit 36d6b60421
1 changed files with 1 additions and 1 deletions

View File

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