diff --git a/main.go b/main.go index 49516b0..3edfd2c 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ func main() { } default: - fmt.Println(string(ColorYellow), "Single die cast:", string(ColorReset)) + fmt.Println(string(ColorYellow), "Rolling dice...:", string(ColorReset)) Cast(surfaces, diceThrows) } }