Student at Universitas Sumatera Utara, Indonesia
#include <iostream>
#include <string>
using namespace std;
int main() {
cout << "👋🏻 Andrew Benedictus Jamesie\n";
cout << "Hello World is not my first code\n";
string work = "🔭 Ilmu Komputer Laboratory Center (IKLC) USU";
string study = "🎓 Universitas Sumatera Utara (USU)";
string major = "📖 Computer Science";
string learn = "🌱 Machine Learning, Python, C++, PHP, SQL, Frontend Web Dev.";
string collab = "👯 Web Application Development";
string ask = "💬 Machine Learning, Python, C++, UI/UX";
string email_1 = "📫 [email protected]";
string email_2 = "📫 [email protected]";
string funfact = "⚡ Earth is round :)";
return 0;
}
© 2022 Andrew Benedictus Jamesie