Skip to content
View N0067H's full-sized avatar
🦀
🦀
  • 02:42 (UTC +09:00)

Highlights

  • Pro

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

Hello, I'm NoobTh (SeungYeop Ryu)

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

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

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

inspired by @wHoIsDReAmer

Pinned Loading

  1. astron astron Public

    The Astron programming language

    Rust 11

  2. wHoIsDReAmer/RabbiTTY wHoIsDReAmer/RabbiTTY Public

    🐇 Cross-Platform, Fast-Fancy-Featureful TTY

    Rust 8 2

  3. minulazer minulazer Public

    A lightweight dos attack tool

    C# 9 3

  4. fuck-grabber-up fuck-grabber-up Public

    A Windows incident-response CLI for finding suspicious stealer persistence

    Rust

  5. cmsync cmsync Public

    A C++ CLI for keeping a CMake project in sync with its source tree.

    C++

  6. cavira cavira Public

    Process execution analysis tool

    Rust 3