Hello World
For good measure
#include <stdio.h>
int main()
{
printf("hello, world");
return 0;
}
This entry was posted by Dustin Schultz on August 28, 2010 at 8:42 am, and is filed under Security Development. Follow any responses to this post through RSS 2.0.
Both comments and pings are currently closed.
Comments are closed.