Files
Hellfire/Storm/SOURCE/MAIN.CPP
T
Justin Marshall 101266ab72 Initial commit.
2026-04-27 10:35:40 -07:00

8 lines
81 B
C++

#include <stdlib.h>
int main(int argc, char *argv[])
{
return EXIT_SUCCESS;
}