From 36e37abefea88771fb740dbc5fb3097ded398a66 Mon Sep 17 00:00:00 2001 From: Jose Barahona Date: Mon, 28 Oct 2019 08:40:43 -0600 Subject: [PATCH] hello world elixir --- CONTRIBUTORS.md | 3 +++ scripts/hello_world.exs | 1 + 2 files changed, 4 insertions(+) create mode 100644 scripts/hello_world.exs diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index dc18bf1..3268fb8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -104,3 +104,6 @@ - Place: Bangalore, Karnataka, India - GitHub: [Sohil Ladhani](https://github.com/sohilladhani) +#### Name: [Jose Barahona](https://github.com/jrab66/) + - Place: Santa Tecla , El Salvador + - Github: [jrab66](https://github.com/jrab66/) diff --git a/scripts/hello_world.exs b/scripts/hello_world.exs new file mode 100644 index 0000000..7e092f7 --- /dev/null +++ b/scripts/hello_world.exs @@ -0,0 +1 @@ +IO.puts "hello, world" \ No newline at end of file