dagsu.dev
// Includes
#include <Dagsu.Ltd>
#include <Software.h>
#include <Freelance.h>
// Entry Point
int main() {
std::cout << "Crafting Games. Solving Problems." << std::endl;
return 0;
}
// Services
void listServices() {
std::vector<std::string> services = {
"Freelance Software Engineer",
"Open-Source & Solo Indie Projects",
"Multiplatform Game-System & Engine Development",
};
}
// About
struct Developer {
std::string name = "Rob (dagsu) Melhuish";
std::string role = "Senior Software Engineer";
std::string focus = "Collaborative, creative, reliable solutions";
};