Created
May 2, 2019 10:06
-
-
Save bbtdev/1df04f7d7ff6af89c9e32a01b444e970 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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