r701/src/main.rs

6 lines
89 B
Rust

use r701::R701;
fn main() {
let _r701 = R701::connect("127.0.0.1:5005").unwrap();
}