Prev: Computer Engineering from University of Maryland
Distributed Systems Software and FPGAs
struct victor {
vector<string> programming {"C++", "Python", "Java", "TypeScript"};
vector<string> hardware {"Verilog", "FPGA", "SystemVerilog"};
vector<string> hobbies {"cooking", "reading", "music", "puzzle games"};
// and more...
};