Add project files.

This commit is contained in:
Hepatica
2024-08-09 19:08:09 +02:00
parent d4a6d6bf3a
commit 4899c3fe1e
5 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// SpCloudMain.cpp : Defines the entry point for the application.
//
#include "SpCloudMain.h"
using namespace std;
int main()
{
while (true)
{
cout << "Hello CMake." << endl;
}
return 0;
}