Skip to content

adam-zakaria/Advent-of-Code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Ruby

Install rbenv on MacOS

brew install rbenv

List all versions of ruby that can be installed

rbenv install -l

Install a specific version of ruby

rbenv install 3.3.1

Set the global version of ruby

rbenv global 3.3.1

Interactive prompt

irb

Run file

ruby 1_2.rb

About

Advent of Code in Ruby! Message me if any questions :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors