Hello World Dec 19, 2014 Well, we did it. We have an OpenSSL team blog. Powered by Octopress. Take a bit of doing to get it running. Whew. #include <stdio.h> int main(int ac, char *av[]) { printf("Hello, world\n"); return 0; }