diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..6b8d9db --- /dev/null +++ b/src/main.c @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ + +#include <stdlib.h> + +int main() { + return EXIT_SUCCESS; +} |
