radar / joyofelixir

A gentle introduction to the Elixir programming language
https://joyofelixir.com
Creative Commons Attribution Share Alike 4.0 International
148 stars 34 forks source link

Chapter 14: redundant "to use" #89

Closed seniorihor closed 3 years ago

seniorihor commented 3 years ago

With this file compiled, we can start to use to use the Person module. Let's try the Person.age/1 function:

https://joyofelixir.com/14-modules-and-structs/