Skip to content
View emergenitro's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report emergenitro

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

Typing SVG

#include <iostream>
#include <string>
using namespace std;

class info {
    public:
        string myName = "Karthik Sankar",
               myLocation = "Singapore",
               myWebsite = "https://karthik.syntaxerrorfound.me/",
               followMeOnInstagram = "@itsthekarthik",
               mainCodingLanguages = "C++ and Python";
        int myGrade = 10, numOfCodingLanguagesIKnow = 13;
        void details();
};

void info::details(){
    cout << "Hello! I am " << myName << " and I live in " << myLocation;
}

int main(){
    info KarthikSankar;
    KarthikSankar.details();

    return 0;
}

Languages I work with





Popular repositories Loading

  1. emergenitro emergenitro Public

    Config files for my GitHub profile.

  2. whiteboard-hand-detection whiteboard-hand-detection Public

    Python

  3. updated-hangman updated-hangman Public

    Java

  4. simpleChatApplication simpleChatApplication Public

    Simple Chat Application made using Python Flask, SocketIO, MongoDB, HTML and CSS

    HTML

  5. Booted-UI Booted-UI Public

    Framework created for easier and better looking CSS stuff, similar to Bootstrap

    CSS

  6. landing-page-frontend landing-page-frontend Public

    Frontend Design for a landing page of a wbesite

    CSS