This commit is contained in:
kkunkka
2023-12-03 22:53:51 +08:00
parent badba29d6b
commit 0540fbd282

View File

@@ -6,7 +6,7 @@ public class Main {
public static void main(String[] args) {
// 当文本光标位于高亮显示的文本处时按 Alt+Enter
// 可查看 IntelliJ IDEA 对于如何修正该问题的建议。
System.out.printf("Hello and welcome!");
System.out.print("Hello and welcome!");
// 按 Shift+F10 或点击装订区域中的绿色箭头按钮以运行脚本。
for (int i = 1; i <= 5; i++) {