Skip to content

Instantly share code, notes, and snippets.

@bbtdev
Created May 2, 2019 10:06
Show Gist options
  • Save bbtdev/1df04f7d7ff6af89c9e32a01b444e970 to your computer and use it in GitHub Desktop.
Save bbtdev/1df04f7d7ff6af89c9e32a01b444e970 to your computer and use it in GitHub Desktop.
defp temp_read_file(file) do
[f] = MapSet.to_list(Temp.tracked())
IO.puts("!!!!!!")
IO.puts(File.read!(f))
IO.puts("!!!!!!")
p
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment