aboutsummaryrefslogtreecommitdiff
path: root/challenge-143/abigail/ruby/ch-1.rb
blob: 314b69797ca5156f99f51fd3a3f6c112be098e15 (plain)
1
2
3
4
5
6
7
#!/usr/bin/ruby

#
# Run as: ruby ch-1.rb < input-file
#

ARGF . each_line do |_| puts (eval _) end