[ create a new paste ] login | about

Link: http://codepad.org/IC4SJ1GO    [ raw code | output | fork ]

Ruby, pasted on Sep 7:
1
monthYear = 'Aug/12'; counts = {}; counts['Aug/12'] = 1; puts 'The total Count is: ' + counts[monthYear].to_s;


Output:
1
The total Count is: 1


Create a new paste based on this one


Comments: