30
Comments
  • 0
    @halfflat aahhh ok. Makes sense
  • 2
    How hot is it? Yes
  • 0
    @Ranchu exactly
  • 4
    // What the shower promises
    struct Shower {
    double temperature;
    const long water_pressure;
    const int shower_products[5];
    void distractions;
    void children_toy_count;
    const short peace;
    }

    // What it really is
    struct Shower {
    bool temperature;
    volatile single water_pressure;
    short shower_products[rand()%5];
    volatile long distractions;
    volatile int children_toy_count;
    void peace;
    }
  • 2
    @Root haha you gave it a lot of thought 😂 wow
Add Comment