Created
June 11, 2017 00:57
-
-
Save abadongutierrez/ff70de85381bcb8d5402ccc072034887 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
defmodule User do | |
defstruct name: "John", last_name "Smith", age: 32 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment