mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 17:08:29 +08:00
5 lines
70 B
Elixir
5 lines
70 B
Elixir
defmodule Project do
|
|
@moduledoc false
|
|
|
|
def hello, do: "hello"
|
|
end
|