I CAN HAZ TEH INTERWEBZ

— 1 minute read

int main(int argc, char * argv[])
{
    std::cout <<"Smashing!" <<std::endl;
    return 0;
}