5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
require "pry"
|
||
|
require_relative "parser.rb"
|
||
|
Pry.start()
|