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 supported. This note will be visible to only 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(),
            tech: vec![
                "C++",
                "Rust",
                "Go",
                "Java",
            ],
            favorite_lang: vec![
                "C++", "Rust", "Go", "Typescript", "Java"
            ],
        }
    }
}

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

thx to @wHoIsDReAmer for the profile reference.


image

Pinned Loading

  1. gitrank gitrank Public

    GitHub Organization Ranking API -- a toy project for practicing GitHub API usage and caching.

    Go 4

  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 3 1

  5. GBSWHS/somapay-backend GBSWHS/somapay-backend Public archive

    2025 경소마고 축제 포인트 서버

    Go 1