Hex words: Difference between revisions

m
→‎{{header|Ruby}}: variable name
m (→‎{{header|Ruby}}: variable name)
Line 1,489:
<syntaxhighlight lang="ruby" line>def report(a)
puts
a.each {|hwhexword| puts "%6s %8d %d" % hwhexword}
puts "Total count of these words: #{a.size}"
end
1,149

edits