Sha256: 5b0d178369fd1f998de4ddbc01faa4d9da3527b21554b657aeeadf21310cf83e
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
indexing "Hello World in Eiffel , from http://roesler-ac.de/wolfram/hello.htm#Eiffel" class HELLO creation run feature run is local io : BASIC_IO; do !!io; io.put_string("Hello World!"); io.put_newline end; -- run end; -- class HELLO
Version data entries
7 entries across 7 versions & 1 rubygems