>FromYourCode();

All the sources codespage 16

C#
 June 2 2016 at 01:30
#267
try {
 code...
} catch(Exception e) {
   throw;
}
C#
 June 1 2016 at 01:30
#266
if(user.stupid == true)
   {
       user.kill;
   }
Java
 May 30 2016 at 01:30
#264
public string amiacow(boolean yesno) {
return "maybe";
}