Inspiration
I've never coded a single line of code In ruby and when I saw this challenge I was very happy to start ruby.
What it does
This is my first code in ruby
puts("hello world")
puts("hello LHD")
Example 2: This is a simple for loop in ruby
LHD = ["learn", "collab", "communicate", "swags"]
for i in LHD do
puts i
end
How we built it
I used replit to write some codes.
Challenges we ran into
Due to the time limit and eagerness to complete other challenges I wasn't been able to explore it more in 24 hours.
Accomplishments that we're proud of
I always wanted to learn ruby and I'm proud that I started my journey with LHD. I also covered the basics in Ruby like variables, conditions, for loop, and string.
What's next for Learn Ruby
So next, I want to put more time and effort to learn Ruby and I want to do a hackathon project with it.

Log in or sign up for Devpost to join the conversation.