#include "word_processor.h" int main() { wordProcessor w; w.selectFormatOption(); return 0; }