comfpile/lib/comfpile.rb

9 lines
150 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
require_relative "comfpile/version"
module Comfpile
class Error < StandardError; end
# Your code goes here...
end