Skip to content

Commit c2896dc

Browse files
committed
Create main.go
1 parent 41187d1 commit c2896dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cmd/deleteRedditHistory/main.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2025 Michael Plunkett (https://github.com/michplunkett)
3+
* All rights reserved.
4+
* Used to delete Reddit history of a given user.
5+
*/
6+
7+
package main
8+
9+
func main() {
10+
11+
}

0 commit comments

Comments
 (0)