Codebase list ohcount / multiarch-fixes/main test / src_dir / eiffel.e
multiarch-fixes/main

Tree @multiarch-fixes/main (Download .tar.gz)

eiffel.e @multiarch-fixes/main

3581673
 
 
 
 
 
 
 
 
 
 
 
 
class
	HELLO_WORLD
create
	make
feature
	make
		do
			-- prints "Hello world!" and starts new line

			print ("Hello, world!%N")

		end
end