#! /usr/bin/env ruby
# frozen_string_literal: true

p ['ARGV', ARGV]
p ['ARGF.read', ARGF.read]
