Browse Source

Update and rename hello.js to helloworld.py

Fengda Huang 8 years ago
parent
commit
f921441bf1
2 changed files with 2 additions and 1 deletions
  1. 0 1
      hello.js
  2. 2 0
      helloworld.py

+ 0 - 1
hello.js

@@ -1 +0,0 @@
-console.log('hello')

+ 2 - 0
helloworld.py

@@ -0,0 +1,2 @@
+print("hello,world")
+print("假装这是一个代码项目")