Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexander1n/ruby-course
An introduction to Ruby
https://github.com/alexander1n/ruby-course
Last synced: 11 days ago
JSON representation
An introduction to Ruby
- Host: GitHub
- URL: https://github.com/alexander1n/ruby-course
- Owner: Alexander1N
- Created: 2022-07-15T11:57:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T13:04:05.000Z (over 2 years ago)
- Last Synced: 2024-11-08T11:31:35.703Z (2 months ago)
- 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.