summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2022-04-23 23:30:21 -0400
committersiddharth <s@ricketyspace.net>2022-04-23 23:30:21 -0400
commit69a603250ad18dc0851afef11d8cb1c6f2c72602 (patch)
tree8e5846ff6731928670de28bc1caf79b597405cdd /main.go
parent776621d22c840199bb68db873ab7ae910c6c69bd (diff)
add main.go
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() {}