This commit is contained in:
Rick Sprague 2024-10-28 10:28:04 -04:00
parent e372def47a
commit 6da2bcf467
2 changed files with 4 additions and 0 deletions

4
cpp/main.cpp Normal file
View File

@ -0,0 +1,4 @@
int main(int argc, const char *argp[], const char *envp[]) {
return 0;
}