diff --git a/.classpath b/.classpath
index 146da894eb7948ba62ba3afe731a62dc7e48ce26..cff8c66b4ce619be7c251c67d917270a4c22d18d 100644
--- a/.classpath
+++ b/.classpath
@@ -13,5 +13,6 @@
+
diff --git a/src/com/zr/dao/NihaoDao.java b/src/com/zr/dao/NihaoDao.java
new file mode 100644
index 0000000000000000000000000000000000000000..0a53543012c6e87ae0b121e4bc0685ccb2db9295
--- /dev/null
+++ b/src/com/zr/dao/NihaoDao.java
@@ -0,0 +1,7 @@
+package com.zr.dao;
+
+public class NihaoDao {
+ public static void main(String[] args) {
+ System.out.println("你好");
+}
+}