hello world!

October 14, 2006

#include <stdio.h>
main()
{
printf(”Hello world!\n”);
}

Leave a Reply