Skip to content

STAT545-UBC-hw-2018-19/hw09-aidanh14

Repository files navigation

#Homework 09 - Make Activity

My addition the the original pipeline is to parse through words.txt and extract all palindromes more than one letter long. A palindrome is a word that is the same backwards as forwards, e.g. "Anna" spelled backwards is "Anna".

The orginal makefile was a pipeline that output the file report.html.

What I have added in my version is a second output report, palindromeReport.html (the markdown version is a little nicer on the eyes for viewing in Github).

The second pipeline is as follows:

Enjoy!