Skip to content
View wHoIsDReAmer's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report wHoIsDReAmer

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
wHoIsDReAmer/README.md

👋 Hello, I'm DevLCW

Curious about Hacking or Security and Developer, DevOps (will) so, it's more information of me

#[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: "LCW".to_string(),
            tech: vec![
                "Node.js",
                "Bun (not main)",
                "Rust (still studying)",
                "Go",
                "C++",
            ],
            favorite_lang: vec![
                "C++", "Rust", "Go", "Javascript", "Typescript", "Java",
            ],
        }
    }
}

fn main() {
    // "I want to study security or hacking more deeply
    // and love low-level languages or system engineering."
    println!("Btw, it's me! {:?}", Me::default());
}

Pinned

  1. Rurat Rurat Public

    Remote Access Trojan for rust lang ( botnet )

    Rust 13 1

  2. simple-portable-mc-launcher simple-portable-mc-launcher Public

    Just simple, portable minecraft launcher for windows

    Rust 2

  3. myyrakle/rrdb myyrakle/rrdb Public

    Rust-based RDB

    Rust 15 3