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