Add: Elixer hello world
This commit is contained in:
parent
60c7115abb
commit
f082ff9634
1 changed files with 7 additions and 0 deletions
7
Elixir/hello.ex
Normal file
7
Elixir/hello.ex
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
def MyModule do
|
||||||
|
def welcome do
|
||||||
|
IO.puts("Welcome To The Party")
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
MyModule.welcome()
|
Loading…
Reference in a new issue