Write a couple of sentences about yourself.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam suscipit ipsum non velit gravida pellentesque. Etiam luctus vulputate nisi, a pellentesque ante sollicitudin ac.
Morbi rutrum arcu in tempor hendrerit. Sed est felis, iaculis quis ultricies quis 1010,
mattis sed C2H5OH velit, <code>
. Nam ultricies fringilla elementum.
Slides can be nested inside of each other.
Use the Space key to navigate through all slides.
Recursion is when you need to go deeper
Vertical slides are useful for slides with additional details.
Deep enough ! Go to the top
<section data-background="wallpaper.png">
Work is the true elixir of life. The busiest man is the happiest man. Excellence in any art of profession is attained only by hard and persistent work.Theodore Martin
defmodule HelloWorld do
@moduledoc """
This module answers the question what Elixir really is.
"""
def what_elixir_is do
functional
|> concurrent
|> pragmatic
|> fun
end
end