void intro()
{
printf("Soulja Boy Tell Em\n"
"Ya know what it is man\n"
"Turn my swag on man\n"
"Time to hit my bird walk man\n\n");
}
void chorus(int times)
{
int i=0;
for(i=0;i<3;i++)
{
printf("Watch me hit my bird walk\n");
}
for(i=0;i<3;i++)
{
printf("Watch me do it\nYuha\n\n");
}
}
void verse(int type)
{
if(type == 1)
{
printf(
"Step in side da club fresh from head to toe,\n\
Hit my bird walk and den I messin wit my merry-go,\n\
Wen im in da d-town, Dallas\n\
Wassup bro\n\
Wen im in da A-pull pally\n\
Wat happenin folk\n\
Wen im in Chicago they hollerin\n\
Now wassup joe\n\
Now im back to Mississippi they telling me\n\
Wassup mayne\n\
They telling me da same thing\n\
Wen im in new york\n\
Was good sun, just hustlin\n\n"
);
}
else if(type == 2)
{
printf(
"Aye Feelin Bezzy\n\
Wat wat they do that at\n\
Watch looking freezy\n\
Ye-yellow diomaond rain\n\
Ice grill\n\
Ice chain\n\
Ice ring\n\
Iced out\n\
If you cross S.O.D\n\
We gonna knock ur lights out\n\
Step inside the set\n\
Im to clean to get touched\n\
S.O.D. Money Gang\n\
We to mean to get mugged\n\
Hit my bird walk\n\
And got the club crunk\n\
Den I heared ur gurl tlk\n\
Now she hoppin in my trunk\n\
Now im hittin my bird walk\n\n"
);
}
else if(type == 3)
{
printf(
"S.O.U.L.J.A Bezzy\n\
Bird walked wit my dance\n\
Make it look easy\n\
My dougie, im fresh\n\
Ya im clean\n\
So krispy\n\
Throwin out money\n\
Like ur boy gotta frisbey\n\
Soulja boy tell em\n\
For da kids like Disney\n\
Chain 360\n\
Make your head dizzy\n\
Every city in da club\n\
Who rollin wit me\n\
Arab\n\
Jbar\n\
Miami\n\
Mizzy\n\n"
);
}
}
Name:
Anonymous2008-12-30 9:28
In June 2008, on DJ Cisco’s Urban Legend mixtape, Ice-T criticized Soulja Boy for "killing hip-hop" and his song "Crank That" for being "garbage" compared to the works of other hip-hop artists as Rakim, Das EFX, Big Daddy Kane and Ice Cube. Soulja Boy responded in a YouTube video by mocking Ice-T's age saying "we Wikipedia-ed this nigga, this nigga was born in 1958...you was born before the internet was created; how the fuck you even find me?"
I didn't quite understand his reply.