Skip to content

Instantly share code, notes, and snippets.

@yoshixmk
Created February 15, 2014 17:38
Show Gist options
  • Save yoshixmk/9022492 to your computer and use it in GitHub Desktop.
Save yoshixmk/9022492 to your computer and use it in GitHub Desktop.
#! ruby -Ks
#coding:windows-31j
STDOUT.sync = true
p "入力+1します"
p "#{Integer(gets).succ}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment