Skip to content

Instantly share code, notes, and snippets.

@abadongutierrez
Created June 11, 2017 00:57
Show Gist options
  • Save abadongutierrez/ff70de85381bcb8d5402ccc072034887 to your computer and use it in GitHub Desktop.
Save abadongutierrez/ff70de85381bcb8d5402ccc072034887 to your computer and use it in GitHub Desktop.
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