RosettaCodeData/Task/Hostname/ALGOL-68/hostname.alg

4 lines
132 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
STRING hostname;
get(read OF execve child pipe("/bin/hostname","hostname",""), hostname);
print(("hostname: ", hostname, new line))