This program generates a Secret Santa assignment for a group of users. Each user will be assigned exactly one person to whom they will send a gift and one person from whom they will receive a gift.
- .NET Core SDK
- Ensure
users.csv
is in the same directory as the executable. The CSV file should have the following columns:id
name
email
- Open a terminal and navigate to the project directory.
- Run the program:
dotnet run