>> Portfolio website <<
[syra@archlinux ~]$ sudo rm rf /*
[sudo] password for syra: █
#include <iostream>
int main() {
std::cout << "I use C++, Python, or Java. Backend is my beloved:P" << std::endl;
std::cout << "Have questions?" << std::endl;
std::cout << "Contact me in telegram: @syradeveloper" << std::endl;
system("pause");
return 0;
}