[ create a new paste ] login | about

Link: http://codepad.org/huHmjR8W    [ 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: