preformatted.quickbook

来自「Boost provides free peer-reviewed portab」· QUICKBOOK 代码 · 共 23 行

QUICKBOOK
23
字号
[article Preformatted
]

[section Preformatted]

Here's the ubiquitous /Hello World/ program in C++.

[pre
#include <iostream>

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

The code should appear as a single block of code in a monospaced font and with
no syntax highlighting. The fifth and sixth lines should appear indented to the
right, aligning under `main`, on line 3.

[endsect]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?