Goodbye dmr
Posted: October 13, 2011 Filed under: Software | Tags: c Leave a comment »#include <stdio.h>
int main(void){
printf("goodbye world
\n");
return(70);
}
#include <stdio.h>
int main(void){
printf("goodbye world
\n");
return(70);
}
Recent Comments