[ create a new paste ] login | about

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

Ruby, pasted on Jul 12:
1
2
3
4
5
4.times{|i|
    col = i+1
    row = i+1
    print "_1#{col} * _#{row}1"
}


Output:
1
_11 * _11_12 * _21_13 * _31_14 * _41


Create a new paste based on this one


Comments: