[ create a new paste ] login | about

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

Ruby, pasted on Aug 29:
1
puts (1..10).map { |v| v * 3 }


Output:
1
2
3
4
5
6
7
8
9
10
3
6
9
12
15
18
21
24
27
30


Create a new paste based on this one


Comments: