5 lines
No EOL
83 B
Dylan
5 lines
No EOL
83 B
Dylan
define method hello-world ()
|
|
format-out("Hello, world!");
|
|
end;
|
|
|
|
hello-world() |