robbyrussell (owner)

Revisions

gist: 97204 Download_button fork
public
Public Clone URL: git://gist.github.com/97204.git
Embed All Files: show embed
wtf.rb #
1
2
3
4
5
6
7
# the lack of indenting came directly from the app i am reviewing code for
m=[[1,1,1,1,1]]
i=j=0
while i < 30 do
m[i]=[i,i,i,i,i]
i+=1
end