17 lines
223 B
Plaintext
17 lines
223 B
Plaintext
[article Code Block 1
|
|
]
|
|
|
|
[section A code block]
|
|
|
|
A code block with proper indentation ;-)
|
|
|
|
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
std::cout << "Hello, World!" << std::endl;
|
|
return 0;
|
|
}
|
|
|
|
[endsect]
|