#include "sorts.h" int main(int argc, char** argv) { Sorter newSort; newSort.SetFileName(argv[1]); newSort.SetWordList(); return 0; }