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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+