first version of aoc helper

This commit is contained in:
2022-12-02 18:57:54 +01:00
commit cee9087661
11 changed files with 152 additions and 0 deletions

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem 'tty-prompt'
gem 'tty-file'
gem "colorize", "~> 0.8.1"