Compare commits

..

No commits in common. "b6d0ef9b6774ee91d5851dccf05831ea11b4c161" and "b948ea574edfb0a9d7b9522d33c3495979023af1" have entirely different histories.

View File

@ -1,5 +1,5 @@
#include <iostream>
int main(){
std::cout << "Get fucked \n";
std::cout << "Stop getting fucked \n";
}