You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of Chapter 5, the last exercise is about saving any of the code to its own file and experimenting with the CLI
And that is awesome! Although, while trying to run this on the latest elixir version (1.13.4 at the moment of this message) β I get no output to the console.
Because of that, I had to change my code, from:
To:
TL;DR: It seems like we need to use IO.puts/1 in order to complete this exercise in a way that a "newbie" would feel comfortable (by seeing the output to the console)
Unless I am mistaken, I believe this was not taught before and this might demotivate some people.
Would you consider changing this?
The text was updated successfully, but these errors were encountered:
Hi!
Good afternoon π
At the end of Chapter 5, the last exercise is about saving any of the code to its own file and experimenting with the CLI
And that is awesome! Although, while trying to run this on the latest elixir version (
1.13.4
at the moment of this message) β I get no output to the console.Because of that, I had to change my code, from:
To:
TL;DR: It seems like we need to use
IO.puts/1
in order to complete this exercise in a way that a "newbie" would feel comfortable (by seeing the output to the console)Unless I am mistaken, I believe this was not taught before and this might demotivate some people.
Would you consider changing this?
The text was updated successfully, but these errors were encountered: