Climate Model 2.0 Release

// C++ climate model
while (funding_exists)
{
    const bool climate_crisis = true;
    warming_cooling = !warming_cooling;
    sleep30years();
}

About Tony Heller

Just having fun
This entry was posted in Uncategorized. Bookmark the permalink.

10 Responses to Climate Model 2.0 Release

  1. DakotaKid says:

    I could not have written better code myself. I have written a much longer one (30 lines) to replace the Federal reserve system.

  2. MrX says:

    You forgot “const” before “bool climate_crisis = true;” just to bring the point home.

  3. David Jay says:

    I want to know what happens when:
    (funding_exists = false)

  4. GregB says:

    Classic! Concise code is usually correct code. That climate model is on the mark.

Leave a Reply

Your email address will not be published. Required fields are marked *