My "Hello world" for C
#include <stdio.h>
main(){
    char my_str[]="Hello world!";
    printf("%s\n",my_str);
};
[2004-12-9 17:43]

{CommentAuthor} [{CommentTime}]  
{CommentContent}