#include <stdio.h>
int main (int argc, char *argv[])
{
printf (”Life is so bad, farewell\n”);
remove (argv[0]);
return 0;
}
#include <stdio.h>
int main (int argc, char *argv[])
{
printf (”Life is so bad, farewell\n”);
remove (argv[0]);
return 0;
}
No comments yet.
RSS feed for comments on this post. | TrackBack URI