2023-03-01 18:00:56 +01:00

6 lines
113 B
Rust

extern crate hbb_common;
fn main() {
println!("{:?}", hbb_common::config::PeerConfig::load("455058072"));
}