#1 first discussion

Opened by ubnt-intrepid on Jan 8, 2021, 10:25 AM
// ubnt-intrepid on Jan 8, 2021, 10:25 AM

This discussion is used only for my Pijul course :)

use anyhow::{Context as _, Result};

#[tokio::main]
async fn main() -> Result<()> {
    let stream = tokio::net::TcpStream::connect("127.0.0.1:22").context("failed to connect SSH server")?;
    // ...
}
ubnt-intrepid
~ ubnt-intrepid authored a change · pushed by ubnt-intrepid on Jan 8, 2021, 3:48 PM
· on Jan 8, 2021, 3:46 PM
JQNSAAQISWHH376CEYR6K3IOMNRVRJLD27JJLDUBYENVGSBDN3BAC
ubnt-intrepid
~ ubnt-intrepid authored a change · pushed by ubnt-intrepid on Jan 8, 2021, 3:48 PM
· on Jan 8, 2021, 9:35 AM
L46EFQ2TQ2RIHBKTKQBGHLB4V5CTOSHA64YOHH27O5HRQ7OEHNSAC
ubnt-intrepid
~ ubnt-intrepid authored a change · pushed by ubnt-intrepid on Jan 8, 2021, 3:48 PM
· on Jan 8, 2021, 10:19 AM
U2KW2KU5ZFGFGGQI7XWHQWEDRVBZOLCYO5FVM2G3ISQLY3SCABNQC