Main Page: Difference between revisions
From ElixirBlocks
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <source> | ||
def test() do | def test() do | ||
"hello world" | "hello world" | ||
end | end | ||
</ | </source> |
Revision as of 04:25, 8 March 2023
def test() do "hello world" end