Message change

This commit is contained in:
Nox Sluijtman 2022-07-29 12:50:45 +02:00
parent 590616e9bb
commit c2e0aa5a23

View file

@ -47,7 +47,7 @@ func main() {
} }
default: default:
fmt.Println(string(ColorYellow), "Single die cast:", string(ColorReset)) fmt.Println(string(ColorYellow), "Rolling dice...:", string(ColorReset))
Cast(surfaces, diceThrows) Cast(surfaces, diceThrows)
} }
} }