class NurAlex : public Person {
public:
explicit NurAlex() {
this->m_name = "NurAlex";
this->m_languages = new char*[]{"C", "C++", "Java", "Rust", "Kotlin", "Qml"};
}
};
}
Pinned Loading
-
atomic-project
atomic-project PublicAtomic is an asynchronous low-level multi core threading library that offers various possibilities to process data asynchronously.
Kotlin 1
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.