We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41187d1 commit c2896dcCopy full SHA for c2896dc
cmd/deleteRedditHistory/main.go
@@ -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