diff --git a/day01/day01.iml b/day01/day01.iml new file mode 100644 index 0000000..6db0c46 --- /dev/null +++ b/day01/day01.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/day01/src/com/inmind/HelloWorld.java b/day01/src/com/inmind/HelloWorld.java new file mode 100644 index 0000000..f35fdd9 --- /dev/null +++ b/day01/src/com/inmind/HelloWorld.java @@ -0,0 +1,7 @@ +package com.inmind; + +public class HelloWorld { + public static void main(String[] args) { + System.out.println("大家好,童鞋们"); + } +} \ No newline at end of file