@@ -0,0 +1,9 @@
+
+public class out {
+ public static void main(String[] args) {
+ // TODO 自动生成的方法存根
+ System.out.print("hello word");
+ }
+}