Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 276b0aa

Browse files
author
Leo Silva Souza
committed
07/1 - Ruby
1 parent 2955102 commit 276b0aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2018/07_1/ruby/leovano.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
raise "Arg1" if ARGV[0].nil?
34
input = File.readlines(ARGV[0])
45

56
RULE = /^Step ([a-zA-Z]+) .* step ([a-zA-Z]+) can begin.$/.freeze

0 commit comments

Comments
 (0)