Skip to content
View emergenitro's full-sized avatar

Highlights

  • Pro

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





Pinned Loading

  1. dns-tc dns-tc Public

    Link your own websites to our domain(s)!

    1 1

  2. ysws-domain ysws-domain Public

    Get your own domain if you make a website!

    2 1