mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 06:14:25 +02:00
Message change
This commit is contained in:
parent
590616e9bb
commit
c2e0aa5a23
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue