Documentation
1
2
3
4
5
#[tokio::main]
async fn main() {
    let s = neofetch::neofetch().await;
    println!("{s}")
}