#include <iostream> #include <cstdlib> using namespace std; int main() { cout << "Hello, Spinnin!" << endl; system("pause"); return 0; }
You'll need to log in to place a comment
#include <iostream> #include <cstdlib> using namespace std; int main() { cout << "Hello, Spinnin!" << endl; system("pause"); return 0; }
You'll need to log in to place a comment