Results!

It has been a long couple of months, to say the least. With that in mind, it has also been a long couple of weeks. With sweat, blood and tears, here are the fruits of my labor:

>> my_reverse(‘I am noob code ninja!’)
=> “!ajnin edoc boon ma I”

>> my_sort([‘I’, ‘am’, ‘noob’, ‘code’, ‘ninja!’])
=> [“I”, “am”, “code”, “ninja!”, “noob”]

>> m = Musician.new(‘Yo’,’Modo’,100,’piano’)
>>m.first_name + ” ” + m.last_name + “: ” + m.age.to_s
=> “Yo Modo: 100”
>> m.instrument
=> “piano”

And, with that, I am finished with my application (hopefully) for hacker camp. I am noob code ninja!

One thought on “Results!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Proudly powered by WordPress
Theme: Esquire by Matthew Buchanan.