Skip to content

Commit

Permalink
建立一个基本的py文件。
Browse files Browse the repository at this point in the history
  • Loading branch information
GameXG committed Nov 21, 2010
0 parents commit 1cad558
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions allfilesync.py
@@ -0,0 +1,11 @@
#!/bin/env python
# -*- coding: UTF-8 -*-


def main():
print u"abc中文测试"


if __name__ == "__main__":
main()

0 comments on commit 1cad558

Please sign in to comment.