#!/data/data/com.termux/files/usr/bin/env ruby

require_relative "../lib/typeprof"

TypeProf::CLI::CLI.new(ARGV).run
