Skip to content

Commit

Permalink
Merge pull request #449 from gyasikn/new-branch-gn
Browse files Browse the repository at this point in the history
adding ruby script / name to contributors
  • Loading branch information
ambujraj committed Oct 14, 2018
2 parents e195d24 + 638310e commit 2dad4b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS.md
Expand Up @@ -936,6 +936,11 @@ Place: Brazil<br/>
About: I am studying computer science.<br/>
Programming Language:Python, java<br/>

Name: [Slothy](https://github.com/gyasikn)<br/>
Place: Florida, USA<br/>
About: Software Developer<br/>
Programming Language: JavaScript, Ruby, HTML & CSS<br/>


Name: [llshwetall](https://github.com/llshwetall)<br/>
Place: India<br/>
Expand Down
6 changes: 6 additions & 0 deletions hello-world/hell-world-shark.rb
@@ -0,0 +1,6 @@
greeting = "Hello, World!"
location = "South Florida"
shark = "🦈"

puts "#{greeting.upcase()} Greetings from #{location}"
puts "Here is a #{shark}"

0 comments on commit 2dad4b5

Please sign in to comment.