Modified public presentation files

This commit is contained in:
CosminPerRam 2022-10-16 03:23:18 +03:00
parent c9eb725a51
commit 73c8ade3a2
7 changed files with 77 additions and 27 deletions

View file

@ -4,7 +4,7 @@ use gamedig::TF2;
fn main() {
let response = TF2::query("91.216.250.10", None);
match response {
Err(error) => println!("Couldn't query, error: {}", error),
Err(error) => println!("Couldn't query, error: {error}"),
Ok(r) => println!("{:?}", r)
}
}