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())
defmodule Distributed do
def hello_world do
IO.puts("Hello world from another notebook!")
end
end
IO.puts(node())
IO.puts(Node.get_cookie())