mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-02-23 10:27:49 +00:00
commit
a9629f3923
@ -295,6 +295,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
||||
|
||||
# K
|
||||
|
||||
### Kamal Iqlaas
|
||||
- Pursuing Master in Business Intelligence and Data Analytics
|
||||
- Love tech, learn tech, use tech, teach tech.
|
||||
- [![github-alt][github-img]](https://github.com/Iqlaas)
|
||||
|
||||
### Karen Geerts
|
||||
- I work for REA (https://www.rea-group.com/IRM/content/default.aspx) and am a junior Ruby developer.
|
||||
- [![twitter-alt][twitter-img]](https://twitter.com/GeekRanters)
|
||||
|
11
code/kamaliqlaas.rb
Normal file
11
code/kamaliqlaas.rb
Normal file
@ -0,0 +1,11 @@
|
||||
class HelloWorld
|
||||
def initialize(name)
|
||||
@name = name.capitalize
|
||||
end
|
||||
def say_hi
|
||||
puts "Hello #{@name}!"
|
||||
end
|
||||
end
|
||||
|
||||
hello = HelloWorld.new("World")
|
||||
hello.say_hi
|
Loading…
x
Reference in New Issue
Block a user