Spunky
public cpp v1 · immutable#include <iostream>int main(){ std::cout << "Hello world!\n"; // Prints "hello world" to the screen. std::cin.ignore(std::cin.rdbuf()->in_avail() + 1); return 0;}#include <iostream>int main(){ std::cout << "Hello world!\n"; // Prints "hello world" to the screen. std::cin.ignore(std::cin.rdbuf()->in_avail() + 1); return 0;}