Hello World
/* This is a test demo */
#include <stdio.h>
int main(int argc, const char *argv[])
{
printf("hello world\n");
return 0;
}

blog comments powered by Disqus
/* This is a test demo */
#include <stdio.h>
int main(int argc, const char *argv[])
{
printf("hello world\n");
return 0;
}
