Skip to content
View wott13's full-sized avatar

Block or report wott13

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
wott13/README.cpp
    #include<stdio.h>
    #include<conio.h>
    #include<dos.h>

    void main() {
        clrscr();
            printf("        i love cats <33        ");
        getch();
    }

Popular repositories Loading

  1. wott13 wott13 Public

    Config files for my GitHub profile.

  2. Challenge Challenge Public

    Program that displays "Hello " one time, three times, five times, and seven times, using an embedded For loop (Turbo C++)

    C++

  3. Assignment Assignment Public

    School report card generator (Turbo C++)

    C++