-- A simple class which prints 'Eiffel Hello World' to the terminal window class ROOT_CLASS create make feature make is do io.put_string("Eiffel Hello World%N") end end