make a script to generate random animals with occupations

This commit is contained in:
2024-08-13 00:08:07 -06:00
commit d0315a0e94
5 changed files with 65 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module animal-occupations
go 1.22