7 lines
95 B
Ruby
7 lines
95 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "ruby_algebra/version"
|
|
|
|
module RubyAlgebra
|
|
end
|