mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 06:42:27 +00:00
22 lines
246 B
Plaintext
22 lines
246 B
Plaintext
[article Code Block 3]
|
|
|
|
[section Python code block]
|
|
|
|
[python]
|
|
``
|
|
print "\xfabln\xeck"
|
|
``
|
|
|
|
[endsect]
|
|
|
|
[section C++ code block]
|
|
|
|
This isn't valid C++ but I think we should accept it;
|
|
|
|
[c++]
|
|
``
|
|
std::cout<<"\xfabln\xeck"<<"\n";
|
|
``
|
|
|
|
[endsect]
|