程序人生

写优雅的程序,做优雅的人

关于我

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Program 程序人生

name = 'Vincent'
real_name = '谢文威'

company = '薄荷科技'
title = '联合创始人,CTO,Rubyist'

email  = 'ok$#boohee.com'.gsub('$#','@')
weixin = 'booheeok'
blog   = 'http://xiewenwei.github.io'
github = 'https://github.com/xiewenwei'

while true
  write_programs
  read_books
  watch_movies
  enjoy
end

Comments