Skip to content
View N0067H's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@GBSWHS @webisnoteasy @marieeeeeeeeeeeeeee @gbsw-liskov

Block or report N0067H

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
N0067H/README.md

NoobTh

https://noobth.dev/

#[derive(Debug)]
struct Me<'a> {
    name: String,
    tech: Vec<&'a str>,
    favorite_lang: Vec<&'a str>,
}

impl<'a> Default for Me<'a> {
    fn default() -> Self {
        Me {
            name: "NoobTh".to_string(),
            lang: vec![
                "C++",
                "Rust",
                "Go",
                "TypeScript",
                "Java"
            ],
        }
    }
}

fn main() {
    println!("{:?}", Me::default());
}

thx to @wHoIsDReAmer for the profile reference.


image

Pinned Loading

  1. cavira cavira Public

    Process execution analysis tool

    Rust 2

  2. brainfuck-rs brainfuck-rs Public

    Brainfuck interpreter with Rust

    Rust 3

  3. gitrail gitrail Public

    A simple CLI tool to explore Git repositories using git2.

    Rust 2

  4. wHoIsDReAmer/RabbiTTY wHoIsDReAmer/RabbiTTY Public

    🐇 Cross-Platform, Fast-Fancy-Featureful TTY

    Rust 6 3