Syntax:  Theme:

Reset: Text Settings

    

#include <iostream> using namespace std; int main(int argc, char *argv[]) { cout << "You can type anything here and use Ctrl+S to save." << endl; cout << "After saving, refresh this page could load or reset those text." << endl; cout << "Use Ctrl+M to set syntax and theme." << endl; return 0; }