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