Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 235 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 235 Bytes

2023-Sponsors

How to use

Run lottery

$ cat applicants.csv | go1.20 run main.go | tee result.txt

Run lottery with a random seed

$ cat applicants.csv | go1.20 run main.go -seed 1000 | tee result.txt