livebook/test/support/project/lib/project.ex
2023-09-21 12:28:45 +02:00

3 lines
50 B
Elixir

defmodule Project do
def hello, do: "hello"
end