Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us
Notesclub

Bringing Elixit to life - Distributed

04-elixir-conf-distributed.livemd

Bringing Elixit to life - Distributed

Section

defmodule Distributed do
  def hello_world do
    IO.puts("Hello world from another notebook!")
  end
end

IO.puts(node())
IO.puts(Node.get_cookie())