Hello World

/* This is a test demo */

#include <stdio.h>

int main(int argc, const char *argv[])
{
    printf("hello world\n");
    return 0;
}

imgaes

Published: April 23 2014

blog comments powered by Disqus