{}
run-icon
main.cpp
#include <iostream> int main() { std::cin << "shit"; return 0; }
Output