Skip to content

Instantly share code, notes, and snippets.

@yetone
Last active August 29, 2015 14:07
Show Gist options
  • Save yetone/f2e1dfa6ab39fbc7573a to your computer and use it in GitHub Desktop.
Save yetone/f2e1dfa6ab39fbc7573a to your computer and use it in GitHub Desktop.
我的博客

用 gist 做博客

def main():
    print('hello world!')

if __name__ == '__main__':
    main()
console.log('aaa')
package main
func main() {
println("你好世界")
}
function hello() {
console.log('hello')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment