Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 249 Bytes

Draw a name from the hat

  1. Create a text file containing all of the names in the hat, one per line.
  2. run :source path/to/raffle.vim
  3. invoke :call Raffle()

It should choose a random line, and eliminate all others.