Consolidate folders

This commit is contained in:
2022-05-21 20:49:00 -04:00
parent 33ea79ad4a
commit 2e8e48f217
19 changed files with 5 additions and 21 deletions

7
2022/05-gencant/Rakefile Normal file
View File

@ -0,0 +1,7 @@
require 'squib'
task default: [:deck]
task :deck do
load 'deck.rb'
end