8d369dbfa1
move sources and include exit code and stdout in filename
6 lines
48 B
Ruby
6 lines
48 B
Ruby
b = 10
|
|
while( b >= 1 )
|
|
b = b - 1
|
|
end
|
|
return b
|