What do we do now?

(pic stolen from X)

Reply to this note

Please Login to reply.

Discussion

#include

#include

int main() {

std::string arr[] = {"Become Ungovernable"};

std::cout << arr[0] << std::endl;

return 0;

}