This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3b7248df4e
rubyx
/
test
/
mains
/
source
/
while__0.rb
10 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
mains tests can include any code not wrapping as main anymore (must still include mains) first part of #11
2018-08-18 18:42:14 +02:00
class
Space
def
main
(
arg
)
b
=
10
while
(
b
>
=
1
)
b
=
b
-
1
end
return
b
end
extract the ruby from mains tests move up in directory in preparation for arm tests
2018-06-24 10:56:10 +02:00
end
Reference in New Issue
Copy Permalink