initial commit

This commit is contained in:
2024-07-30 11:21:40 -04:00
commit bb52f5a54a
4 changed files with 899 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Sort people into teams
example:
```shell
$ teams -t 2 -p a -p b -p c -p d
team #1:
a
d
team #2:
b
c
```