25 November 2013
#include <stdio.h>

int main(int argc, char *argv[])
{
	printf("Hello, world!\n");
}


blog comments powered by Disqus