Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
run-make
/
windows-ws2_32
/
tcp.rs
blob: 3d0248c76d787d35ca96ed5d97e9477c28bfc7f4 [
file
]
use
std
::
net
::
TcpListener
;
fn
main
()
{
TcpListener
::
bind
(
"127.0.0.1:80"
).
unwrap
();
}