RosettaCodeData/Task/Empty-program/Eiffel/empty-program.e

13 lines
78 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
class
ROOT
create
make
feature
make
do
end
end