#include int main() { sophia::Application app{{.width = 800, .height = 600, .name = "Triangle"}}; app.run(); return EXIT_SUCCESS; }