Renderer/test/c/StormEngineTests.c
austin b0aecef1ed
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Native code testing
2024-12-02 13:38:54 -05:00

6 lines
113 B
C

#include <stdio.h>
int test_c_StormEngineTests(int argc, char **argv){
printf("it lives\n");
return 0;
}