This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Ncontracts Code Challenge | |
// Please take a look at the code below and refactor it to your liking. | |
// Please spend no more than 40 minutes on this exercise. | |
// If you finish early, try adding another calculation for "Office Supply" category. | |
// Once done, please send me a link to your gists. | |
using System; | |
using System.Collections.Generic; | |
namespace CodingChallenge.Shopping |