mirror of
https://github.com/yawaflua/SpCloudCore.git
synced 2025-12-08 19:49:28 +02:00
16 lines
201 B
C++
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;
|
|
}
|