Imgflip Logo Icon

Drake Hotline Bling

Drake Hotline Bling Meme | int main() {
    char hi[11] = "Hello World";
    printf("%s\n", hi);
    return 0;
}; int main() {
    char hi[11] = "Hello World";
    int i;
    
    for (i=0; i <= 10; i++){
        putchar(hi[i]);
    }
    putchar('\n');
    return 0;
}; #DOCOMPLICATEDTHINGS | image tagged in memes,drake hotline bling | made w/ Imgflip meme maker
107 views Made by xapisit230 2 years ago in fun
Drake Hotline Bling memeCaption this Meme
Drake Hotline Bling memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
int main() { char hi[11] = "Hello World"; printf("%s\n", hi); return 0; }; int main() { char hi[11] = "Hello World"; int i; for (i=0; i <= 10; i++){ putchar(hi[i]); } putchar('\n'); return 0; }; #DOCOMPLICATEDTHINGS