summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..98872c3
--- /dev/null
+++ b/main.go
@@ -0,0 +1,8 @@
+// Copyright © 2022 siddharth <s@ricketyspace.net>
+// SPDX-License-Identifier: ISC
+
+package main
+
+const Version = "0.0.0.dev"
+
+func main() {}