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
bbb7dbef75
rubyx
/
test
/
mains
/
source
/
adds__10.rb
12 lines
131 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
)
a
=
0
b
=
20
while
(
a
<
b
)
a
=
a
+
1
b
=
b
-
1
end
return
a
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