Some simple code

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { char* name = new char[100]; cin >> name; cout << "Hello, " << name <<"!"; }
Editor Settings
Theme
Key bindings
Full width
Lines