Promoting D projects (or internet marketing 101)

Walter Bright newshound at digitalmars.com
Wed Nov 1 13:32:16 PST 2006


Tom wrote:
> char[] my_email_at(char[] domain) {
> 	char[] username = "siostar";
> 	return username[4..$] ~ username[2..4] ~
> 		username[0..2] ~ "@" ~ domain;
> }
> 
> 
> We all hate spam so... I know, this is not funny. :D

You wascally wabbit, taking advantage of spammers not knowing D!



More information about the Digitalmars-d-announce mailing list