#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 = "21";
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;
}
💻
Software Developer
Hello, I am CMD. I have been continuing to improve myself in the software field for about 5 years.
- siyahların tam içindeyim
Highlights
Pinned Loading
-
discord-klonlama-araci
discord-klonlama-araci Public templateDiscord Yetkisiz Sunucu Kopyalama aracı
-
discord-bot-v14-bos-altyapi
discord-bot-v14-bos-altyapi Public templateSelamlar! bugün size yapmış olduğum V14 altyapısını paylaşacağım dilediğiniz kadarı ile komut yerleştirip çalıştırabilirsiniz.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.