Skip to content

Devanathan2015/SecretSanta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Santa Assignment

Description

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.

Requirements

  • .NET Core SDK

Installation

  1. Ensure users.csv is in the same directory as the executable. The CSV file should have the following columns:
    • id
    • name
    • email

Usage

  1. Open a terminal and navigate to the project directory.
  2. Run the program:
    dotnet run
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages