Initial post in my new Jekyll Blog

defmodule InitialPost do
  def initialize do
    IO.put "It works!"
  end
end