>FromYourCode();

All the sources codespage 24

Java
 April 30, 2016 am30 01:30
#241
private static void main(String args[]){
    System.out.println("Why doesn't this print!!");
}
PHP
 April 29, 2016 am30 01:30
#240
$singularity = " . " ;
$universe = explode($singularity , $bigbang) ;
C++
 April 28, 2016 am30 01:30
#239
// In my date/time class
while (iMilliseconds > 999)
{
   iMilliseconds -= 1000;
   ++iSeconds;
}