#include <iostream>
#include <string>
#include <vector>
struct Software_developer{
std::string name = "Ruykaji";
std::vector<std::string> roles = { "C/C++ Developer", "Machine Learning Enthusiast" };
std::vector<std::string> languages = { "C", "C++", "Python", "JavaScript", "CSS3/HTML5" };
};
inline void about() noexcept {
std::cout << "π Hi, Iβm Ruykaji\n";
std::cout << "π Iβm interested in complex problem solving and data analysis\n";
std::cout << "π± Advancing my skills in C/C++ and machine learning\n";
std::cout << "ποΈ Looking to collaborate on projects that combine C++ efficiency with machine learning\n";
std::cout << std::flush;
}
int
main()
{
Software_developer me;
about();
return 0;
}
π
Lonely programmer...
-
The biggest IT company
- Somewhere on earth
- https://orcid.org/0009-0005-2323-3725
Pinned Loading
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.


