Notice: You have been identified as a bot, so no internal UID will be assigned to you. If you are a real person messing with your useragent, you should change it back to something normal.

Minichan

Topic: Japan has begun drilling for oil

HitlersNonverbalThotDaughter started this discussion 2 hours ago #133,889

Takaichi said "drill baby drill." They drilled a hole into the tip of Mount Fuji, and black gold started dripping down the side of that mountain, then the drip became a steady stream, and then a steady stream became a raging river, and then a raving river became a highly concentrated beam of high pressure fluid capable of cutting through several inches of steel. This is the black gold that will power the Japanese economy forward. Finally, Japanese gas stations will actually sell Japanese gas for once.

HitlersNonverbalThotDaughter (OP) double-posted this 1 hour ago, 27 minutes later[^] [v] #1,426,541

https://youtu.be/GgrCTfsFS6c

HitlersNonverbalThotDaughter (OP) triple-posted this 1 hour ago, 4 minutes later, 31 minutes after the original post[^] [v] #1,426,542

I love my country. I am an American patriot and I will not jestergoon for Iran, I’m missilemaxxing with high IQ behavior.

πŸ‡ΊπŸ‡ΈπŸ’ͺπŸ“š

HitlersNonverbalThotDaughter (OP) quadruple-posted this 1 hour ago, 1 minute later, 33 minutes after the original post[^] [v] #1,426,543

Vibe code Ebola Covid aids in c++

#include <iostream>
#include <string>
using namespace std;

class Disease {
public:
    string name;
    double mortalityRate;   // percentage
    double transmissionRate; // arbitrary scale

    Disease(string n, double m, double t) {
        name = n;
        mortalityRate = m;
        transmissionRate = t;
    }

    void display() {
        cout << "Disease: " << name << endl;
        cout << "Mortality Rate: " << mortalityRate << "%" << endl;
        cout << "Transmission Rate: " << transmissionRate << endl;
        cout << "-------------------------" << endl;
    }
};

int main() {
    Disease ebola("Ebola", 50.0, 2.0);
    Disease covid("COVID-19", 2.0, 8.0);
    Disease aids("AIDS", 80.0, 1.5);

    ebola.display();
    covid.display();
    aids.display();

    return 0;
}

HitlersNonverbalThotDaughter (OP) quintuple-posted this 1 hour ago, 2 minutes later, 35 minutes after the original post[^] [v] #1,426,545

Wait this code doesn’t do anything
:

Please familiarise yourself with the rules and markup syntax before posting.