Skip to content
View XEDGit's full-sized avatar
  • Codam Coding College
  • Amsterdam

Highlights

  • Pro
Block or Report

Block or report XEDGit

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

Typing SVG

#include <fun.h>
#include <unistd.h>

int main()
{
  char  tag[] = "XEDGit";
  char  current_education[] = "Codam Coding College";
  char  wanna_be[] = "Software Engineer";
  char  interests[3][] = { "Cybersecurity", "Game Developement/Design", "Back-end Developement" };
  char  languages[6][] = { "C", "C++", "Python", "JS/TS", "Flutter", "PHP", "SQL" };
  exit(0);
}

TryHackMe

Pinned

  1. memdetect memdetect Public

    Memdetect is a cross-platform shell script to compile and run your C or C++ project with a wrapper of malloc() and free(), which will help you understand your memory-management and find memory leaks.

    Shell 32

  2. AdventOfCode2021 AdventOfCode2021 Public

    Nice CLI to accomplish AoC 2021 (and learn Python)!

    Python