- Open the solution in Visual Studio 2015 or higher
- Verify if "YouiApplicationExcercise.Console" is the startup project. If it is not, set it as the startup project
- The paths of the file to be read, and the generated files are specified as command line arguments. If not informed, it will use default values for the paths
This is a simple coding test I created when I applied for a job at Youi Insurance, a Australian insurance company.
While the functionality of this app is quite simple, it still uses some insteresting stuff, such as Inversion of Control and TDD.