Skip to content
View kanzenminarai's full-sized avatar
🧠
42
🧠
42
Block or Report

Block or report kanzenminarai

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

hello@everyone $ cat about.c

#include <stdio.h>

int main() {
  printf("Hello!, I'm Kanzen and welcome to this profile on Git-Hub!\n"
    "I like to learn and talk, and if you do just chat with me on discord: kanzenminarai\n"
    "Be free to check it out the projects hosted on Git-Hub\n");
  return 0;
}

Pinned

  1. rcg rcg Public

    Random Character Generator

    C 12 6

  2. sc sc Public

    Scientific Calculator

    C

  3. libc libc Public

    Library of useful functions for the C programming language

    C 2