167

As cold as the water was that night..

Comments
  • 7
  • 2
    void iceberg() {
    while(true) {
    malloc(sizeof(water));
    free(Passengers::getNext());
    // Cold as ice.
    }
    }
  • 1
    Too soon bro, too soon
  • 2
    .titanic {
    position: relative;
    bottom: 0;
    transition: bottom 30s;
    }
    .titanic.sunken {
    bottom: -100em;
    }

    Sink it with JS!
Add Comment