http://hilite.me
1 2 3 4 | int main() { std::cout << "Hello, world!" << std::endl; return 0; } |
http://codeformatter.blogspot.com
1: int main() {
2: std::cout << "Hello, world!" << std::endl;
3: return 0;
4: }
比较下来更喜欢hilite.me的风格,为保持统一,之后就一直用它了!
No comments:
Post a Comment