basic project setup

This commit is contained in:
lauchmelder 2025-01-03 10:21:31 +01:00
parent c92ec0eb0e
commit cd9f7a8bf6
8 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include "Test.hpp"
int main(int argc, char** argv) {
quark::Print();
}