Skip to content

Instantly share code, notes, and snippets.

@cherenkov
Last active February 21, 2016 15:43
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 cherenkov/09c2a7f1e0a511f38a4e to your computer and use it in GitHub Desktop.
Save cherenkov/09c2a7f1e0a511f38a4e to your computer and use it in GitHub Desktop.
中学何年生かわかる便利スクリプト #pictruby
def main
age = Popup.input "中学何年生か計算します。年齢を入力してください。"
Popup.msg "中学#{age.to_i - 12}年生"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment