Do the exercises in the order below. Look at the branch 'with_tests' for sample solutions.
For each exercise, change directory into the subfolder and start texttest there. An initial texttest config file is provided. The basic idea is to test the program given as 'executable'. Your tests should cover all the main functionality of the program and pass reliably. There may be additional instructions in a readme file in the exercise folder.
- Hello World - hello_world
- Credit Card Validator - credit_card_validator
- ACME startup - acme_startup
- Supermarket Receipt - supermarket_receipt
- Minesweeper - minesweeper
- Log Dump - log_dump
- Search and Replace - search_replace