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