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;
}