Repository URL to install this package:
#!/usr/bin/env ruby # frozen_string_literal: true require 'fizzbuzz' Fizzbuzz::Runner.run(ARGV)