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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

As a programmer for 8 years

#[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![
                "Go",
                "C++",
                "C#",
            ],
            favorite_lang: vec![
                "C++", "Rust", "C#", "Typescript"
            ],
        }
    }
}

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

thx to @wHoIsDReAmer for the profile reference.

Pinned Loading

  1. brainfuck-rs brainfuck-rs Public

    Brainfuck interpreter with Rust

    Rust 5

  2. gofiber-auth-server gofiber-auth-server Public

    Authentication server using Go/Fiber V2 for my study

    Go 3

  3. gitrank gitrank Public

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

    Go 3

  4. CloneBen CloneBen Public

    I cloned Ben.exe in 2020 as a toy project.

    C# 1