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

4 lines
132 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
STRING hostname;
get(read OF execve child pipe("/bin/hostname","hostname",""), hostname);
print(("hostname: ", hostname, new line))