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

Lambda Days - Distributed

06-lambda-days-distributed.livemd

Lambda Days - 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())