419: I am a snippet
#include <iostream> int main(int argc, char* argv[]) { std::cout << "Hello, snippet!" << std::endl; return 0; }