# frozen_string_literal: true module SPACEX VERSION = '0.0.3' def self.help puts 'https://github.com/rodolfobandeira/spacex' end end