v / examples
Raw file | 5 loc (4 sloc) | 106 bytes | Latest commit hash 017ace6ea
1import net
2
3conn := net.dial_tcp('google.com:80')!
4peer_addr := conn.peer_addr()!
5println('${peer_addr}')