Toribash
Prev Previous Post   Next Post Next
Original Post
//c++ is so fucking difficult omg ;_;
//c++ HOLY SHIT THIS IS DIFFICULT

#include <iostream>
using namespace std;

int main ()

{

cout<< "WHY IS THIS SO DIFFICULT HNNNNG";

int a, b;
int result;

a = 9000
b = 1
result = a + b

cout<< result;
cout<< " it's over 9000 holy shit";
return 0;
}

Anyone here have any knowledge of C++? I decided to start learning it for shits and giggles.