Skip to content
View Krzysiu-me's full-sized avatar
👻
What goes around comes around.
👻
What goes around comes around.

Block or report Krzysiu-me

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

Hello there 👋

Visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Developer {
    constructor() {
        this.name = "Krzysiu";
        this.role = "Fullstack Dev";
        this.languages = ["en_UK", "pl_PL"];
    }
    hi() {
        console.log(
            `Hi, I'm ${this.name} — ${this.role}\nLanguages: ${this.languages.join(", ")}\nThanks for visiting!`
        );
    }
}

new Developer().hi();

Popular repositories Loading

  1. PySnippets PySnippets Public

    Simple, beginner-friendly Python projects for learning the basics—variables, logic, small CLI apps, and more.

    Python 1

  2. JSnippets JSnippets Public

    Handy JavaScript projects and code samples. Perfect for practicing JS fundamentals and building CLI mini-apps.

    JavaScript 1

  3. krzysiu-me krzysiu-me Public

  4. DungeonMew DungeonMew Public

    Forked from BasicallyIAmFox/DungeonMew

    A Minecraft QoL mod made for a server.

    Java

  5. Grading-System Grading-System Public

    This Python script command-line interface for managing students and their grades. Users can add students, input grades, and calculate average grades.

    Python

  6. Potato Potato Public

    Forked from drtshock/Potato

    If you fork this then you can say you forked a potato.

    Java