#!/usr/bin/ruby.ruby2.7 

require_relative '../lib/ll'

LL::CLI.new.run
