Files
maiden/src/main.cpp
homeburger fcdb09a142
Some checks failed
Build and Test verification / build (push) Failing after 25s
Build and Test verification / test (push) Has been skipped
hello vulkan
2026-05-09 20:22:51 -05:00

13 lines
150 B
C++

#include "App.hpp"
int main(int argc, char** argv) {
// create app and run
App app;
app.run();
// no freaking way
return 0;
}