Shows how to use xtd::console::background_color method.
#include <xtd/background_color>
#include <xtd/reset_color>
using namespace std;
auto main()->int {
cout << endl;
cout << endl;
cout << endl;
cout << endl;
cout << endl;
cout << endl;
cout << endl;
cout << endl;
}