package tins2020

import "fmt"

func FmtMoney(amount int) string { return fmt.Sprintf("$ %d", amount) }