This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# original count/status | |
ctr = 0 | |
hello = gets.chomp | |
# print out the raw | |
puts hello.inspect | |
# ctr += 1 if hello == "" | |
# print out what's ctr (iaw status) |