diff --git a/main.go b/main.go index 54ab9cf..49516b0 100644 --- a/main.go +++ b/main.go @@ -46,6 +46,8 @@ func main() { Cast(surfaces, diceThrows) } default: + + fmt.Println(string(ColorYellow), "Single die cast:", string(ColorReset)) Cast(surfaces, diceThrows) } }