formatting

This commit is contained in:
Nox Sluijtman 2022-07-29 12:30:53 +02:00
parent 3f4fd2d0f3
commit 0810a69103

View file

@ -46,6 +46,8 @@ func main() {
Cast(surfaces, diceThrows) Cast(surfaces, diceThrows)
} }
default: default:
fmt.Println(string(ColorYellow), "Single die cast:", string(ColorReset))
Cast(surfaces, diceThrows) Cast(surfaces, diceThrows)
} }
} }