Hello, I'm 0xMr.pepe 👨
website : https://0xmrpepe.000.pe/
#include <iostream>
class WhoAmI {
public:
std::string name = NULL;
std::string current_work = "Writing code";
void hobbies() {
breakintodb();
leaktools();
}
};
void main() {
WhoAmI me
std::cout << "My name: " << me.name << "\n";
std::cout << "My current work: " << me.current_work << "\n";
me.hobbies();
}