- Please download the folder "SecretSantaRandomizer" and move it to your "Desktop" folder.
- In "participants.txt", please check to make sure if all of the gift giving participants are there. If a member is missing, please enter a name in a new line. Do not include empty lines at the end of the file. The file should only contain names separated new lines.
- Open up "Terminal.app".
- Type the following into your terminal, followed by the enter key:
cd Desktop/SecretSantaRandomizer
- Press Enter.
- Type the following into your terminal, followed by the enter key:
g++ SecretSanta.cpp -o SSRandomizer
- An "SSRandomizer" file should appear in the folder after step 6.
- Type the following into your terminal, followed by the enter key:
./SSRandomizer
- The list of names should be displayed on your terminal.