Just playing around
Download (right click, save as, rename as appropriate)
1 2 3 4 5 6 7
#include <iomanip> int main() { std::cout << "Hello, World"; return 0; }