• AlmightySnoo 🐢🇮🇱🇺🇦
    link
    188 months ago

    laughing in #if 0:

    #include 
    
    int main()
    {
    #if 0
            std::cout << "Look at this" << std::endl;
    #else
            std::cout << "ugly abomination." << std::endl;
    #endif
    }