#include <xtd/background_color>
#include <xtd/environment>
#include <xtd/reset_color>
auto main() -> int {
console::out << environment::new_line;
console::out << environment::new_line;
console::out << environment::new_line;
console::out << environment::new_line;
console::out << environment::new_line;
console::out << environment::new_line;
console::out << environment::new_line;
console::out << environment::new_line;
}
Represent background color output manipulator class.
Definition background_color.h:24
Represent reset color output manipulator class.
Definition reset_color.h:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10