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

13 lines
78 B
Plaintext

class
ROOT
create
make
feature
make
do
end
end