Skip to content

Instantly share code, notes, and snippets.

@tokoroten
Created September 15, 2013 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tokoroten/6571090 to your computer and use it in GitHub Desktop.
Save tokoroten/6571090 to your computer and use it in GitHub Desktop.
https://codeiq.jp/ace/cielavenir/q431 標準出力に Hello World と出力するプログラムを作成して下さい。 ただし、数値、文字及び文字列リテラルを解答に含めることはできません。 Perlのqqやqw、Rubyの%Q、%q、%wなども避けたほうが評価が高くなります。 言語仕様をフル活用して下さい!
Hello=World=None
print dir()[len([])], dir()[len([None])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment