Changes

15 bytes added ,  04:33, 3 July 2008
no edit summary
Line 1: Line 1:  
Source code for ''v''0.2
 
Source code for ''v''0.2
<pre>
+
<source lang="c">
 
#include <stdio.h>
 
#include <stdio.h>
 
#include <stdlib.h>
 
#include <stdlib.h>
Line 64: Line 64:  
return 0;
 
return 0;
 
}
 
}
</pre>
+
</source>
175

edits