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 0dbdbe5 commit bcb2f50Copy full SHA for bcb2f50
B_22_Svetoslav_Pavlov.rb
@@ -0,0 +1,7 @@
1
+require "CSV"
2
+HeroRow = 4
3
+arr = CSV.parse(params["file"].read, converters: :numeric)
4
+
5
+arr.each do |n|
6
+ `curl --form "file=@/" %sums` n[HeroRow]
7
+end
0 commit comments