[go: up one dir, main page]

Skip to content
View 0x000dea7c's full-sized avatar

Block or report 0x000dea7c

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
0x000dea7c/README.md
class me final
{
public:
  me () = default;

  void
  introduce () const
  {
    __builtin_printf ("\nI like to debug life one breakpoint at a time.\n");
    __builtin_printf ("I specialise in writing code that's as stable as a house of cards in a hurricane.\n");
    __builtin_printf ("My code runs faster than a cheetah on caffeine, but crashes harder than my hopes.\n");
    __builtin_printf ("When I'm not coding, I'm busy calculating the probability of my code working...\n");
    __builtin_printf ("...which is about as likely as finding the sqrt of -1 in the real world.\n");
  }

  ~me () = default;
};

int
main ()
{
  me MEME;

  MEME.introduce ();

  return 0;
}

Popular repositories Loading

  1. newbie-c-chat newbie-c-chat Public

    Small C chat application using sockets.

    C

  2. breakout breakout Public

    A simple breakout game to start building my engine for future games

    C++

  3. invaders invaders Public

    Second game in C++ and OpenGL with minimal dependencies

    C++

  4. stupid-3D-engine stupid-3D-engine Public

    My first try doing a 3D engine using SDL2, ImGui, Assimp and GLM.

    C++

  5. depressing depressing Public

    C++

  6. worthless-dsa worthless-dsa Public

    C++