## Description Add a CLI entrypoint using the flag package to run FizzBuzz from the command line. ## Tasks - [ ] Create `cmd/cli/main.go` - [ ] Use `flag` package for argument parsing - [ ] Reuse `FizzBuzz` from service layer
Description
Add a CLI entrypoint using the flag package to run FizzBuzz from the command line.
Tasks
cmd/cli/main.goflagpackage for argument parsingFizzBuzzfrom service layer