Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
#include <iostream.h> #include <iomanip.h> int main(void) { cout << "Nothing to see here." << endl; return 0; }