Skip to content
View kotru21's full-sized avatar
🔍
Doing smth on nextjs
🔍
Doing smth on nextjs
Block or Report

Block or report kotru21

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

Hello there :D 👋

GitHub-profile


// Here is some info about me:D
#include <iostream>
using namespace std;

class kotru
{
    string NowLearning[] {"C++", "Python"};
    public:
    string name = "Arsenij Kotikov";
    string website = "https://kotikov.is-a.dev";
    string languages[] {"JavaScript", "NodeJs", "HTML", "CSS", "Bootstrap", "PHP"};
         void print() {
         std::cout << "name" << name << endl;
         std::cout << "website" << website  << endl;
         std::cout << "languages" << languages[] << endl;
         std::cout << "languages, learning" << NowLearning[] << endl;
     }
    
};

int main()
{
  kotru.print();
}

gh-profile


github stats


You can find more information here


Im currently working on:


My other repos


Wanna contact me?

GH-vk

GH-mail


Instagram Twitter

Popular repositories

  1. kotikov kotikov Public

    Here Im just trying to make a website

    HTML 3

  2. Vendetta-discord-theme Vendetta-discord-theme Public archive

    purple amoled-looking theme for Vendetta discord client.

    2 6

  3. mordici.github.io mordici.github.io Public archive

    Forked from mordici/mordici.github.io

    HTML 1

  4. Pyramide-CPP Pyramide-CPP Public

    Just some C++ application, made for fun

    C++ 1

  5. kotru21 kotru21 Public

    My GitHub readme:D

  6. count count Public

    how much time is left until 1st sep?

    HTML