Create main source file.

This commit is contained in:
Danila Fedorin 2018-02-03 23:49:52 -08:00
parent c50ef155c9
commit 2b0e0dd7d4
1 changed files with 5 additions and 0 deletions

5
src/main.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdlib.h>
int main(int argc, char** argv) {
return EXIT_SUCCESS;
}