Files
SpCloudCore/SpCloudMain/SpCloudMain.cpp
2024-08-09 19:08:09 +02:00

16 lines
201 B
C++

// 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;
}