rubyx/test/mains/source/subs__0.rb
Torsten Ruger 8d369dbfa1 automate mains test more
move sources and include exit code and stdout in filename
2018-06-24 13:37:36 +03:00

6 lines
48 B
Ruby

b = 10
while( b >= 1 )
b = b - 1
end
return b