initial commit

This commit is contained in:
2024-08-03 22:13:17 -07:00
commit c079037062
12 changed files with 405 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include "backend.h"
#include <iostream>
void backend_init() {
std::cout << "Hello World" << std::endl;
}