摘要: # Hello world-----```pythonclass SomeClass: passif __name__ == '__main__': print 'hello world'``````cpp#include using namespace std;int main(){ ... 阅读全文
posted @ 2014-01-21 20:25 Tyler Ling 阅读(97) 评论(0) 推荐(0)