Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.43 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.43 KB

#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!