Skip to content

Instantly share code, notes, and snippets.

View jyfeather's full-sized avatar
🎯
Focusing

Yan Jin jyfeather

🎯
Focusing
View GitHub Profile
@jyfeather
jyfeather / number_guess.rb
Last active December 30, 2016 14:45
一个猜数字的Ruby小程序
#!/usr/bin/ruby -w
#
# 脚本名: NumberGuess.rb
# 版本号: 1.0
# 作者: Yan
# 日期: June 2013
#
# 描述: 一个猜数字的游戏,尽快猜中Ta
#