Hello World

This is a test post

this is a hello world post

void hello() 
{
  printf("hello, world!\n");
  return;
}
comments powered by Disqus