Choose the lowest price of a product from the offer of different shops.
Simple C# console application which reads all the files from a folder and all the files represents different shops. The title of the file is the name of the shop and the content is the list of products they have with the corresponding price. The script reads all of them and creates a list from all of the products with the lowest price and with where it is located. After the list is created it writes the details into a txt file.