Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2955102 commit 276b0aaCopy full SHA for 276b0aa
2018/07_1/ruby/leovano.rb
@@ -1,5 +1,6 @@
1
# frozen_string_literal: true
2
3
+raise "Arg1" if ARGV[0].nil?
4
input = File.readlines(ARGV[0])
5
6
RULE = /^Step ([a-zA-Z]+) .* step ([a-zA-Z]+) can begin.$/.freeze
0 commit comments