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

LIVE 2022 - Distributed

12-live-splash-distributed.livemd

LIVE 2022 - 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())