Skip to content

Instantly share code, notes, and snippets.

@blackknight36
Created February 26, 2017 15:49
Show Gist options
  • Select an option

  • Save blackknight36/96abdb31477dc22a3030a2d3d8fbf7b2 to your computer and use it in GitHub Desktop.

Select an option

Save blackknight36/96abdb31477dc22a3030a2d3d8fbf7b2 to your computer and use it in GitHub Desktop.
def print_arr(ar)
ar.each do |i|
printf("%d ", i)
end
puts
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment