Skip to content
View onlycmd's full-sized avatar
💻
Software Developer
💻
Software Developer
  • siyahların tam içindeyim
Block or Report

Block or report onlycmd

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

Ben Kimim

#include <iostream>
#include <string>

class Cimidi {
public:
    std::string name;
    std::string sex;
    std::string type;
    std::string job;
    std::string age;
    std::string discord_tag;

    Cimidi() {
        name = "Nazmi";
        sex = "man";
        type = "human";
        job = "F.S Dev";
        age = "20";
        discord_tag = "cimidi";
    }
};

int main() {
    Cimidi cimidiObject;

    std::cout << "Name: " << cimidiObject.name << std::endl;
    std::cout << "Sex: " << cimidiObject.sex << std::endl;
    std::cout << "Type: " << cimidiObject.type << std::endl;
    std::cout << "Job: " << cimidiObject.job << std::endl;
    std::cout << "Age: " << cimidiObject.age << std::endl;
    std::cout << "Discord Tag: " << cimidiObject.discord_tag << std::endl;

    return 0;
}

Languages and Tools:

android aws azure bash c coffeescript cplusplus csharp css3 gcp git html5 java javascript kafka kotlin linux mongodb mysql nestjs nginx nodejs perl php python react ruby typescript vuejs

Stats

onlycmd's Stats onlycmd's Streak onlycmd's Top Languages

Pinned

  1. discord-klonlama-araci discord-klonlama-araci Public template

    Discord Yetkisiz Sunucu Kopyalama aracı

    Python 12 10

  2. discord-bot-v14-bos-altyapi discord-bot-v14-bos-altyapi Public template

    Selamlar! bugün size yapmış olduğum V14 altyapısını paylaşacağım dilediğiniz kadarı ile komut yerleştirip çalıştırabilirsiniz.

    JavaScript 12 10

  3. cmd-sms-system cmd-sms-system Public template

    Discord Bot Guard SMS Sistemi

    JavaScript 8