Skip to content

Instantly share code, notes, and snippets.

@nodakai
Created May 1, 2011 05:03
Show Gist options
  • Save nodakai/950268 to your computer and use it in GitHub Desktop.
Save nodakai/950268 to your computer and use it in GitHub Desktop.
Test gist
#! /usr/bin/ruby
# -*- coding: utf-8 -*-
# ex: set fileencoding=utf-8 :
def main
puts <<-EOS
はてなにGistを埋め込むテスト
EOS
end
#! /usr/bin/python
# -*- coding: utf-8 -*-
# ex: set fileencoding=utf-8 :
import re
def main():
msg = u'Rubyのマジックコメントの仕様はPythonから借りてきたんですね'
print msg
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment