Create project skeleton

This commit is contained in:
2024-11-03 19:37:07 +00:00
commit 586287dcfa
4 changed files with 47 additions and 0 deletions

9
main.c Normal file
View File

@@ -0,0 +1,9 @@
/*
* Copyright (c) Camden Dixie O'Brien
* SPDX-License-Identifier: AGPL-3.0-only
*/
int main(void)
{
return EXIT_SUCCESS;
}