https://github.com/th-rpy/ruby-course
An introduction to Ruby
https://github.com/th-rpy/ruby-course
Last synced: 10 months ago
JSON representation
An introduction to Ruby
- Host: GitHub
- URL: https://github.com/th-rpy/ruby-course
- Owner: th-rpy
- Created: 2022-02-10T17:40:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T17:40:44.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T09:18:34.658Z (12 months ago)
- Language: Ruby
- Homepage: https://lab.github.com/everydeveloper/introduction-to-ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Use If/Else Statements to Find Out Ruby's Favorite Color
This repository will help you learn the fundamentals of If/Else statements in Ruby.
When completed, you'll have a program that asks for your favorite color, and replies with a specific response depending on your input.