Closed nmcapule closed 3 years ago
Deliverables
plz test ..
Requirements
Please create an invokeable cli tool using Go and please.build that could do the FizzBuzz problem.
./fizzbuzz 10
$ ./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
plz run //src:main -- 1
./fizzbuzz 1
I'll wait for updates every weekday 4PM. Good luck!
Hi There @nmcapule Hopefully I finished this tom afternoon before you check it. Thanks man!
Closing this issue, Thanks! Will be focusing on protractor.
Deliverables
plz test ..
Requirements
Please create an invokeable cli tool using Go and please.build that could do the FizzBuzz problem.
./fizzbuzz 10
I'll wait for updates every weekday 4PM. Good luck!