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

This commit is contained in:
2025-09-22 23:08:20 +03:00
parent 2cb4249869
commit 7adcd780b0
4 changed files with 142 additions and 0 deletions

12
minecraft-launcher.cpp Normal file
View File

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