Monday, March 8, 2010

Code snippets

This is a minor and useless update.
I've found a nice system for posting code snippets, his name is SyntaxHighlighter.

#include <iostream>

int main()
{
    std::cout << "Hello, World!" << std::endl;

    return 0;
}

1 comments:

D3v said...

yeah, it's minor but it's really usefull...didn't know this trick, thanks ;)