Tried but can't seem to get Console input (Includes newline character)

This commit is contained in:
2023-02-11 17:41:33 +00:00
parent 43cd0f5bc5
commit f2ad0de89b
2 changed files with 20 additions and 2 deletions

View File

@ -1,4 +1,4 @@
mod ip;
pub mod ip;
use ip::IpAddr;
#[allow(unused)]