#include "backend.h" #include void backend_init() { std::cout << "Hello World" << std::endl; }