Skip to content

Instantly share code, notes, and snippets.

@primenumber
Created October 1, 2014 01:09
Show Gist options
  • Save primenumber/b138c5f8f1e51763e2df to your computer and use it in GitHub Desktop.
Save primenumber/b138c5f8f1e51763e2df to your computer and use it in GitHub Desktop.
何年にどんな名前のWindowsが出るか予想するスクリプト
# -*- coding:utf-8
for i in 0..100
puts "#{(2009 + 3*i).to_s}年にWindows#{(7 + i*(i+1)/2).to_s}が発売されます"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment