#include <iostream>
#include <array>
struct Dev{const char*Name,*Title;std::array<const char*,7>Skills;
std::string bio(){std::string r=Name+std::string(" | ")+Title+" | ";for(auto&i:Skills)r+=i+std::string(" ");return r;}};
int main(){
Dev me{.Name="Joachim Fosse",.Title="Full-Stack Dev",.Skills={".NET",".NET Core","C#","VB.NET","SQL","JS","Pentesting"}};
std::cout<<me.bio();
}
- 🔭 I’m currently working on a full C2C Framework utilizing discord servers as the command server among other small projects :)
- 🌱 I’m currently learning Blazor