TheBestTvarynka / tbt

Just my personal blog with interesting articles, thoughts, maybe guides/tips
https://tbt.qkation.com
MIT License
1 stars 0 forks source link

Rust Clap recipes | TheBestTvarynka #7

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Rust Clap recipes | TheBestTvarynka

Just my personal blog with interesting articles, thoughts, maybe guides/tips

https://tbt.qkation.com/posts/clap-recipes/

TheBestTvarynka commented 1 year ago

The first Comment

Test comments functionality.

fn main() {
    let a: u8 = 1;
    println!("tbt");
}