Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 314 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 314 Bytes

LuhnCheck

SE-I Mini Project

Usage: main.sh

  • Luhn check a credit card number:
    bash main.sh <input>

  • Luhn check a file containing credit card numbers:
    bash main.sh <file>

Usage: test.sh

  • Run tests:
    bash test.sh

Authors

  • Aarya Chaumal (111903002)
  • Adesh Choudhar (111903008)