10 lines
105 B
Plaintext
Raw Normal View History

# typed: strict
module Language
module Perl
module Shebang
include Kernel
end
end
end