Imgflip Logo Icon

:p

:p | #include <iostream>
using namespace std;

int main( ){
int a = 30;
int b = 69;

cout << a*b;
return 0
} | image tagged in e | made w/ Imgflip meme maker
74 views 3 upvotes Made by Drampa 4 years ago in MS_memer_group
gmgm memeCaption this Meme
2 Comments
1 up, 4y,
1 reply
Is this some
s m o r t
jok im too dumb to understand
1 up, 4y
No.
It's just some random code I typed in :/
gmgm memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
#include <iostream> using namespace std; int main( ){ int a = 30; int b = 69; cout << a*b; return 0 }