Thursday, December 20, 2012

Will share some code

I added syntax highlighting to the blog with the help of SyntaxHighlighter, maybe I can share some codes and experiences with you.

#include <iostream>

int main()
{
    std::cout << "Hello World!" << std::endl;
    return 0;
}

No comments:

Post a Comment