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