index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
windows-ws2_32
/
tcp.rs
blob: 3d0248c76d787d35ca96ed5d97e9477c28bfc7f4 (
plain
)
1
2
3
4
5
use std::net::TcpListener; fn main() { TcpListener::bind("127.0.0.1:80").unwrap(); }