mirror of
https://github.com/jmarshall23/Hellfire.git
synced 2026-08-12 07:50:53 +02:00
8 lines
81 B
C++
8 lines
81 B
C++
|
|
#include <stdlib.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return EXIT_SUCCESS;
|
|
}
|