aboutsummaryrefslogtreecommitdiff
path: root/challenge-135/abigail/awk
AgeCommit message (Collapse)Author
2021-10-22No need for int()Abigail
2021-10-19Remove hardcoded valuesAbigail
2021-10-19Last character of a SEDOL must be a number.Abigail
Without this check, it could validate the SEDOL which uses a letter as a check digit. For instance, if the check digit is a '1', using 'B' would validate as well.
2021-10-18AWK solutions for week 135Abigail