Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/quickbook/test/code-block-2.quickbook @ 45

Last change on this file since 45 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 229 bytes
Line 
1[article Code Block 2
2]
3
4[section A code block]
5
6A code block with proper indentation ;-)
7
8``
9    #include <iostream>
10
11    int main()
12    {
13        std::cout << "Hello, World!" << std::endl;
14        return 0;
15    }
16``
17
18[endsect]
Note: See TracBrowser for help on using the repository browser.