Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
6 lines
113 B
C
6 lines
113 B
C
#include <stdio.h>
|
|
|
|
int test_c_StormEngineTests(int argc, char **argv){
|
|
printf("it lives\n");
|
|
return 0;
|
|
} |