RosettaCodeData/Task/Topswops/Eiffel/topswops-2.e

22 lines
202 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
class
APPLICATION
2015-11-18 06:14:39 +00:00
2015-02-20 00:35:01 -05:00
create
2015-11-18 06:14:39 +00:00
make
2015-02-20 00:35:01 -05:00
feature
2015-11-18 06:14:39 +00:00
2015-02-20 00:35:01 -05:00
make
2015-11-18 06:14:39 +00:00
do
create topswop.make (10)
across
topswop.solution as t
loop
io.put_string (t.item.out + "%N")
end
end
topswop: TOPSWOPS
2015-02-20 00:35:01 -05:00
end