mirror of
https://github.com/yawaflua/SpCloudCore.git
synced 2025-12-10 04:29:35 +02:00
Add project files.
This commit is contained in:
15
SpCloudMain/SpCloudMain.cpp
Normal file
15
SpCloudMain/SpCloudMain.cpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user