Aug 21, 2024
mix
as the build tool for Elixir.mix new
to create a new project.mix compile
to compile the project.mix run
to run the project.lib
: Contains main code.test
: Contains software tests.mix.exs
: Project descriptor and dependencies.IO.puts
vs. returning values in functions.if
statements and case
expressions.Enum.map
to process data.