TrishtanPamatmat / Trishtan_Hexaware_Onboarding

1 stars 0 forks source link

Fizzbuzz CLI Tool Exercise #1 #1

Closed nmcapule closed 3 years ago

nmcapule commented 3 years ago

Deliverables

Requirements

Please create an invokeable cli tool using Go and please.build that could do the FizzBuzz problem.

$ ./fizzbuzz 3
  1
  2
  Fizz
$ ./fizzbuzz 5
  1
  2
  Fizz
  4
  Buzz
$ ./fizzbuzz 1
  1

Tip: If you can't find the binary compiled by plz, plz run //src:main -- 1 is the same as invoking with ./fizzbuzz 1

I'll wait for updates every weekday 4PM. Good luck!

TrishtanPamatmat commented 3 years ago

Hi There @nmcapule Hopefully I finished this tom afternoon before you check it. Thanks man!

TrishtanPamatmat commented 3 years ago

Closing this issue, Thanks! Will be focusing on protractor.