Implement if statements

This commit is contained in:
2025-04-29 00:55:20 +02:00
parent 963d32e8d1
commit 9c66cec171
7 changed files with 476 additions and 213 deletions

6
Gemfile Normal file
View File

@ -0,0 +1,6 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'term-ansicolor', '~> 1.2'
gem 'rake', '~> 13.2'