RosettaCodeData/Task/Hostname/ALGOL-68/hostname.alg
2023-07-01 13:44:08 -04:00

3 lines
132 B
Text

STRING hostname;
get(read OF execve child pipe("/bin/hostname","hostname",""), hostname);
print(("hostname: ", hostname, new line))