GRATITUDE ~= 3 ( min = 1 max = 21 )

This commit is contained in:
fred 2024-01-07 00:42:03 +01:00
parent 0fbe606cbf
commit 833267847f
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
#!/bin/bash
##########################
## GRATITUDE BOX SIMULATOR
##########################
## distribute 30 units on 10 coins.
## get a random coin, read units
## GRATITUDE ~= 3 ( min = 1 max = 21 )
##########################
put_units_on_coins() {
local coins=()