Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by tester ( 14 years ago )
#icnlude <stdio.h>
int main()
{
char* man = "hello,world";
printf("I have to say: %s",man);
return 0;
}
Revise this Paste