https://github.com/jdegand/ruby-course
An introduction to Ruby
https://github.com/jdegand/ruby-course
github-learning-lab
Last synced: 11 months ago
JSON representation
An introduction to Ruby
- Host: GitHub
- URL: https://github.com/jdegand/ruby-course
- Owner: jdegand
- Created: 2020-11-07T18:46:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T19:12:22.000Z (over 5 years ago)
- Last Synced: 2025-01-22T09:12:58.816Z (about 1 year ago)
- Topics: github-learning-lab
- Language: Ruby
- Homepage: https://lab.github.com/everydeveloper/introduction-to-ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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.