/fb_lbc

Primary LanguageGo

FizzBuzz

This is the fizzbuzz test which consists in writing all numbers from 1 to 100, and just replacing all multiples of 3 by "fizz", all multiples of 5 by "buzz", and all multiples of 15 by "fizzbuzz"

  • run test : make test
  • start docker instance : make docker_start
  • stop docker instance : make docker_stop