sandbox This is a sand box. Here is some code! #include <iostream> using std::cout; using std::endl; int main() { cout << "hi" << endl; return 0; }