mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-11 05:56:26 +08:00
3 lines
50 B
Elixir
3 lines
50 B
Elixir
defmodule Project do
|
|
def hello, do: "hello"
|
|
end
|