csc360-a1-shell/ruby/shell.rb

7 lines
100 B
Ruby

$LOAD_PATH << File.expand_path(__dir__)
require "shell/cli"
require "shell/repl"
module Shell
end