torrent-rs/src/main.rs
2024-07-21 12:46:10 +02:00

6 lines
59 B
Rust

mod bencode;
fn main() {
println!("Hello, world!");
}