Skip to content
View n0thhhing's full-sized avatar
:shipit:
procrastinating
:shipit:
procrastinating

Block or report n0thhhing

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

Welcome to My GitHub Profile! 👋

const std = @import("std");

const AboutMe = struct {
    pub const name: []const u8 = "n0thhhing";
    pub const hobbies = [_][]const u8{
        "Coding",
        "BURNOUT",
        "art",
    };

    pub const languages = [_][]const u8{
        "zig",
        "c",
        "c++",
        "kotlin",
        "vim",
        "JavaScript",
        "lua",
        "python",
    };

    pub const frameworks = [_][]const u8{
        "Node.js",
        "typescript",
        "Bun",
        "hermes",
        "emscripten",
    };

    pub const tools = [_][]const u8{
        "Git",
        "NeoVim",
        "vsCode",
    };
};

const ActiveStatus = struct {
    pub const codes: []const u8 = "sometimes";
    pub const draws: []const u8 = "barely";
    pub const contributing: []const u8 = "never??";
    pub const exists: []const u8 = "conditionally";
};

pub fn main() void {
    std.debug.print("Thanks for visiting my GitHub profile! Feel free to explore my projects and contributions(if you find any)", .{});
}

Pinned Loading

  1. ts-capstone ts-capstone Public

    TypeScript 4

  2. z-scanner z-scanner Public

    Zig

  3. Il2Cpp-Offset-Updater Il2Cpp-Offset-Updater Public

    Kotlin