repo.or.cz
/
HelloWorld
/
gebi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into my
[HelloWorld/gebi.git]
/
Eiffel.eiff
blob
a89340eb89cbd4077cc14360b7c80c39ab25595a
1
indexing "Hello World in Eiffel , from http://roesler-ac.de/wolfram/hello.htm#Eiffel"
2
3
class HELLO
4
5
creation
6
run
7
8
feature
9
10
run is
11
local
12
io : BASIC_IO;
13
do
14
!!io;
15
io.put_string("Hello World!");
16
io.put_newline
17
end; -- run
18
end; -- class HELLO