Welcome to ElixirBlocks: Difference between revisions
From ElixirBlocks
No edit summary |
No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Special:AllPages|Explore]] | =Phoenix and Elixir Programming Wiki= | ||
To view all Elixir tutorials and content just click [[Special:AllPages|Explore]] | |||
This is my personal web project where I document blocks of Elixir and Phoenix code that I find useful. | This is my personal web project where I document blocks of Elixir and Phoenix code that I find useful. | ||
<source> | |||
< | |||
def hello_world() do | def hello_world() do | ||
"hello world" | "hello world" | ||
end | end | ||
</ | </source> | ||
[[Special:UserLogin | LogIn or Create Account]] | [[Special:UserLogin | LogIn or Create Account]] |
Latest revision as of 05:08, 31 August 2025
Phoenix and Elixir Programming Wiki
To view all Elixir tutorials and content just click Explore
This is my personal web project where I document blocks of Elixir and Phoenix code that I find useful.
def hello_world() do "hello world" end