Skip to content
View thanhngan22's full-sized avatar
:octocat:
debugging and algorithmic thinking enhance my focus..
:octocat:
debugging and algorithmic thinking enhance my focus..
  • Ho Chi Minh University of Science @fit-hcmus-k21
  • Viet Nam
  • 19:29 (UTC +07:00)

Organizations

@fit-hcmus-k21
Block or Report

Block or report thanhngan22

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

Typing SVG Alt Text

πŸ’¦πŸ’¦πŸ’¦    Squeal like a pig.

Typing SVG


"This heart is very fearful. Keep it stupid. No matter how big the problem is in life, tell it all is well. This gives the courage to face the problem." ― 3 Idiots
graph LR
A[01000000] --> B[01110100]
B --> C[01101000]
C --> D[01100001]
D --> E[01101110]
E --> C
C --> E
E --> J[01100111]
J --> K[01100001]
D --> E
E --> N[00110010]
N --> N
N --> A
Loading


Pinned Loading

  1. πŸ’¦ πŸ’¦
    1
    #include <iostream>
    2
    int main() {
    3
       std::cout << "Have a nice day ✌️" << std::endl;
    4
      return 225;
    5
    }