Log in using GitHub
Instacode
Dependency injection based language
0
Remix
Code
Wallpaper
Source Code
Embed
var a = new MailSender(); // so, its about "mail" and "sender" a.Send( // with a "send" method "Hello!", // with a string as 1st argument new Email( // so its about email "me@me.me" // string as constructor argument ) // and Email as 2nd argument ); // Downloading simple.Mail.Sender... // Downloading base.Email... // Running code... // You've got an email!
Anonymous
July 8, 2013, 10:42 a.m.
Stand by