From ee1cbdcbb696bbc99b47ce3cb3c26df5ad56f08b Mon Sep 17 00:00:00 2001
From: Linyating <2704777949@qq.com>
Date: Wed, 22 Apr 2026 20:10:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?=
=?UTF-8?q?=20'W7'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
W7/Main.java | 13 ++++++++++
W7/misc.xml | 6 +++++
W7/modules.xml | 8 +++++++
W7/untitled.iml | 11 +++++++++
W7/workspace.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 100 insertions(+)
create mode 100644 W7/Main.java
create mode 100644 W7/misc.xml
create mode 100644 W7/modules.xml
create mode 100644 W7/untitled.iml
create mode 100644 W7/workspace.xml
diff --git a/W7/Main.java b/W7/Main.java
new file mode 100644
index 0000000..3d87d6e
--- /dev/null
+++ b/W7/Main.java
@@ -0,0 +1,13 @@
+//TIP To Run code, press or
+// click the icon in the gutter.
+void main() {
+ //TIP Press with your caret at the highlighted text
+ // to see how IntelliJ IDEA suggests fixing it.
+ IO.println(String.format("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 .
+ IO.println("i = " + i);
+ }
+}
diff --git a/W7/misc.xml b/W7/misc.xml
new file mode 100644
index 0000000..c30fdba
--- /dev/null
+++ b/W7/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/W7/modules.xml b/W7/modules.xml
new file mode 100644
index 0000000..a8db667
--- /dev/null
+++ b/W7/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/W7/untitled.iml b/W7/untitled.iml
new file mode 100644
index 0000000..9465dd8
--- /dev/null
+++ b/W7/untitled.iml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/W7/workspace.xml b/W7/workspace.xml
new file mode 100644
index 0000000..86f16b7
--- /dev/null
+++ b/W7/workspace.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1776340954683
+
+
+ 1776340954683
+
+
+
+
+
+
+
+ file://$PROJECT_DIR$/src/Main.java
+ 10
+
+
+
+
+
+
\ No newline at end of file