Skip to content
View coreazon's full-sized avatar
🌊
R u https because without you I’m :/
🌊
R u https because without you I’m :/
  • Karlsruhe

Block or report coreazon

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

Welcome to the coreazon(e)

visitors

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

class Dev:
    
    def __init__(self):
        self.name = "Norman"
        self.status = "Student"
        self.languages = ["en_US", "de_DE", "fr_FR"]
        self.like = ["coding", "manga", "taekwondo", "minesweeper"]

    def welcome(self):
        print("Enjoy your stay in my domain")

myself = Dev()
myself.welcome()

Tools and Technologies

Windows macOS

Visual Studio Code Neovim IntelliJ IDEA

Godot Engine React NodeJS Docker .NET Java Python

Notion Confluence Adobe Photoshop Jira Heroku ChatGPT

Uber Eats 😋

Popular repositories Loading

  1. SS21_final_1 SS21_final_1 Public

    BobDerBongmeister

    Java

  2. perm-table perm-table Public

    structure table for composition of permutation groups

    HTML

  3. coreazon coreazon Public

  4. vimfiles vimfiles Public

    my vim config

    Vim Script