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