Bootstrap and day 1 solution

This commit is contained in:
2022-06-06 15:14:31 -05:00
commit 662d76eb7c
13 changed files with 373 additions and 0 deletions

6
inputs/inputs.go Normal file
View File

@ -0,0 +1,6 @@
package inputs
import "embed"
//go:embed *
var Sets embed.FS