Skip to content
View programmer1o1's full-sized avatar

Block or report programmer1o1

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

👋 Hi! I'm programmer1o1

A person that makes something fun.


About Me

class Programmer101:
    def __init__(self):
        self.name = "programmer1o1"
        self.role = "Hobby Coder"
        self.languages = ["hmmm idk"]
        self.fun_fact = "semicolon is real in python by the way"
    
    def say_hi(self):
        print("Thanks for dropping by!"); # this works by the way

me = Programmer101()
me.say_hi()
  • I code for fun—just a hobbyist exploring the world one line at a time
  • Something new to learn? Better try coding it!
  • Currently learning: Whatever catches my interest today

Current Status

while (alive) {
    eat();
    sleep();
    meow();
    repeat();
}

Fun Facts

semicolon is real in python by the way.

print("Hello"); print("World");  # totally valid Python lol

Philosophy

if (code == "working") {
    dont_touch_it();
} else {
    console.log("It worked on my machine ¯\_(ツ)_/¯");
}

Popular repositories Loading

  1. CursedCodes CursedCodes Public

    Hello Death!

    Rust 2

  2. Terminal-Tetris Terminal-Tetris Public

    Tetris but in Terminal.

    C 1

  3. ZukiChatRequestAssembly ZukiChatRequestAssembly Public

    Attempted Zuki API Wrapper in x86-64 Assembly (NASM)

    Assembly

  4. cool-ai-stuff cool-ai-stuff Public

    Forked from zukixa/cool-ai-stuff

    This repository contains a list of free to use AI APIs and sites. We are NOT endorsing ANY of the listed services!

  5. ZukiChatRequestFortran ZukiChatRequestFortran Public

    Zuki Chat Request Wrapper in Fortran

    Fortran

  6. votekick-mod votekick-mod Public

    A simple mod that lets you vote kick on players

    Java