/test/examples/hello_world.e
http://github.com/tybor/Liberty · Specman e · 15 lines · 12 code · 3 blank · 0 comment · 0 complexity · db5e633e26f825c4333cc3cca7cbeb5b MD5 · raw file
- class HELLO_WORLD
- create {}
- make
- feature {}
- make
- do
- std_output.put_line("Hello, world!")
- debug
- std_output.put_line("Welcome to Liberty!")
- end
- end
- end