$ cmake -B build
$ cmake --build build --config Release --parallel
$ echo 1 2 3 | build/header-only/Triple
3 6 9
$ build/library-link/SubjectExtraction < library-link/data/jayne.txt
Will Success Spoil Rock Hunter?
$ cmake -B build
$ cmake --build build --config Release --parallel
$ echo 1 2 3 | build/header-only/Triple
3 6 9
$ build/library-link/SubjectExtraction < library-link/data/jayne.txt
Will Success Spoil Rock Hunter?