enum class University {
UNIVERSITY_OF_AGDER
};
struct Student {
std::string name;
int born;
University university;
std::string field;
std::string about;
};
int main() {
Student me {
"Albert Salvesen-Orø",
2003,
University::UNIVERSITY_OF_AGDER,
"Dataengineering/software dev",
"
Currently studying in UiA Grimstad since 2023, where i will get a
bachelor in Dataengineering specializing in software development.
I am also a board member in the student organization BETA, which
is for all computer science students at UiA.
I am also really into music, especially the metal genre.
"
};
return 0;
}
If you want to chat just contact me on the social channels provided! 📬