Placeholder

This is a placeholder.

Inner Placeholder

This is a placeholder inside a placeholder.

Placeholder

This is another placeholder.

Hello, world!
#include <iostream>

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