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