Files
xrbx/tests/test.cpp
T
2026-08-04 17:59:25 +02:00

7 lines
71 B
C++

#include "xrbx/xrbx.h"
int main() {
helloWorld();
return 0;
}