blob: 3d0248c76d787d35ca96ed5d97e9477c28bfc7f4 [file] [log] [blame] [edit]
use std::net::TcpListener;
fn main() {
TcpListener::bind("127.0.0.1:80").unwrap();
}