Skip to content

Instantly share code, notes, and snippets.

@grufino
Last active August 20, 2019 18:00
Show Gist options
  • Save grufino/493609d6a6c9362e4615fd1ac08e84df to your computer and use it in GitHub Desktop.
Save grufino/493609d6a6c9362e4615fd1ac08e84df to your computer and use it in GitHub Desktop.
defp number_list(size) do
gen all number_list <- list_of(integer(0..99999), length: size) do
number_list
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment