Renderer/test/c/StormEngineTests.c
austin bbf14ffd87
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
fix testing
2024-12-04 19:30:35 -05:00

6 lines
106 B
C

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