Skip to content
View N0067H's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Deajeon, Republic of Korea
  • 18:00 (UTC +09:00)

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

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

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

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

thx to @wHoIsDReAmer for the profile reference.

Popular repositories Loading

  1. brainfuck-rs brainfuck-rs Public

    Brainfuck interpreter with Rust

    Rust 5

  2. socket-example-rs socket-example-rs Public

    Socket programming example with Rust

    Rust 1

  3. CloneBen CloneBen Public

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

    C# 1

  4. N0067H-old N0067H-old Public

    Profile

  5. N0067H N0067H Public

    Forked from wHoIsDReAmer/wHoIsDReAmer