RosettaCodeData/Task/Hostname/Seed7/hostname.seed7

8 lines
122 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
$ include "seed7_05.s7i";
include "socket.s7i";
const proc: main is func
begin
writeln(getHostname);
end func;