Watch
1
0
Fork
You've already forked advent-of-code
0

2023 is now Ruby with Sorbet

This commit is contained in:
Jeremy Kaplan 2023-12-20 10:05:02 -08:00
commit afcaba41eb
21 changed files with 87695 additions and 0 deletions

7
2023/Gemfile Normal file
View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem 'sorbet-static-and-runtime'
gem 'sorbet-struct-comparable'
gem 'tapioca', require: false, :group => :development