Sander Schobers
b14f79a61a
Added more icons and placed buttons on the bars. Implemented pause/run/fast.
6 lines
104 B
Go
6 lines
104 B
Go
package tins2020
|
|
|
|
import "fmt"
|
|
|
|
func FmtMoney(amount int) string { return fmt.Sprintf("$ %d", amount) }
|