Добавьте файлы проекта.

This commit is contained in:
Anton Kamalov
2025-07-01 14:37:32 +03:00
parent 7c5a0a464b
commit d4d3ade78b
4 changed files with 102 additions and 0 deletions

12
BattleCap.cpp Normal file
View File

@@ -0,0 +1,12 @@
// BattleCap.cpp: определяет точку входа для приложения.
//
#include "BattleCap.h"
using namespace std;
int main()
{
cout << "Hello CMake." << endl;
return 0;
}