This commit is contained in:
ProgramSnail 2023-07-16 20:55:07 +03:00
commit 6eef89d067
8 changed files with 191 additions and 0 deletions

3
src/main.cpp Normal file
View file

@ -0,0 +1,3 @@
int main() {
return 0;
}