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 d4190ea commit 60518f5Copy full SHA for 60518f5
bin/solve_day.sh
@@ -22,7 +22,7 @@ TEMPLATE[rb]=$(cat <<'TEMPLATE'
22
#!/usr/bin/env ruby
23
# frozen_string_literal: true
24
25
-input = ARGF.readlines.map { |l| l.chomp.split }
+input = ARGF.each_line.map { |l| l.split }
26
TEMPLATE
27
)
28
TEMPLATE[js]=$(cat <<'TEMPLATE'
0 commit comments