#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 = "🔭 Accenture";
string alumni = "🎓 University of Sumatera Utara, Indonesia";
string major = "📖 Computer Science";
string learn = "🌱 System Architecture, GenAI, Deep Learning, Back-end Dev.";
string collab = "👯 GenAI, Deep Learning, Python";
string ask = "💬 Machine Learning, Deep Learning, Python";
string email = "📫 [email protected]";
string pronouns = "😄 Andrew (He/Him/His)";
string funfact = "⚡ Earth is round :)";
return 0;
}
© 2025 Andrew Benedictus Jamesie