Initial commit

This commit is contained in:
2024-12-30 05:36:42 -07:00
commit 39cea7b77c
7 changed files with 480 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# reimager for Reddit
Download images from reddit.
```bash
go mod tidy
go run main.go
```