feat: first commit

This commit is contained in:
alecodes 2024-12-17 13:39:17 +00:00 committed by aleidk
commit 5653189fcc
9 changed files with 441 additions and 0 deletions

7
cmd/miniflux-archiver.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}