source:
downloads/boost_1_34_1/tools/quickbook/test/code-block-1.quickbook
@
45
Last change on this file since 45 was 29, checked in by landauf, 17 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | [article Code Block 1 |
2 | ] |
3 | |
4 | [section A code block] |
5 | |
6 | A code block with proper indentation ;-) |
7 | |
8 | #include <iostream> |
9 | |
10 | int main() |
11 | { |
12 | std::cout << "Hello, World!" << std::endl; |
13 | return 0; |
14 | } |
15 | |
16 | [endsect] |
Note: See TracBrowser
for help on using the repository browser.