Newer
Older
#include "BaseConfig.hpp"
#include "SubConfig.hpp"
Franck Dary
committed
#include "ReadingMachine.hpp"
Franck Dary
committed
/*
while (config.moveWordIndex(1))
{
if (config.needsUpdate())
config.update();
}
fmt::print(stderr, "ok\n");
std::scanf("%*c");
Franck Dary
committed
*/
ReadingMachine machine(argv[1]);