Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
windows-ws2_32
/
tcp.rs
blob: 3d0248c76d787d35ca96ed5d97e9477c28bfc7f4 [
file
] [
log
] [
blame
] [
edit
]
use
std
::
net
::
TcpListener
;
fn
main
()
{
TcpListener
::
bind
(
"127.0.0.1:80"
).
unwrap
();
}