RosettaCodeData/Task/Hostname/V-(Vlang)/hostname.v
2023-07-01 13:44:08 -04:00

3 lines
34 B
V

import os
println(os.hostname())