From adbe9a1c9271af2b8900f8d8798bd02d13adc46c Mon Sep 17 00:00:00 2001
From: Wanglixia <3035026499@qq.com>
Date: Wed, 25 Mar 2026 23:14:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20'src/Main.java'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/Main.java | 15 ---------------
1 file changed, 15 deletions(-)
delete mode 100644 src/Main.java
diff --git a/src/Main.java b/src/Main.java
deleted file mode 100644
index 930198c..0000000
--- a/src/Main.java
+++ /dev/null
@@ -1,15 +0,0 @@
-//TIP To Run code, press or
-// click the icon in the gutter.
-public class Main {
- public static void main(String[] args) {
- //TIP Press with your caret at the highlighted text
- // to see how IntelliJ IDEA suggests fixing it.
- System.out.printf("Hello and welcome!");
-
- for (int i = 1; i <= 5; i++) {
- //TIP Press to start debugging your code. We have set one breakpoint
- // for you, but you can always add more by pressing .
- System.out.println("i = " + i);
- }
- }
-}
\ No newline at end of file