python 3 or Elixir 1.9
Open the people.txt
file and write on separate lines the names of people who
want to participate to the Secret Santa game.
Then run one of the following commands depending on the programming language you want to use:
elixir secret_santa.exs
python ./secret_santa.py
If you default python version is 2, then run
python3 ./secret_santa.py