diff options
author | siddharth <s@ricketyspace.net> | 2022-04-23 23:30:21 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-04-23 23:30:21 -0400 |
commit | 69a603250ad18dc0851afef11d8cb1c6f2c72602 (patch) | |
tree | 8e5846ff6731928670de28bc1caf79b597405cdd /main.go | |
parent | 776621d22c840199bb68db873ab7ae910c6c69bd (diff) |
add main.go
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +// Copyright © 2022 siddharth <s@ricketyspace.net> +// SPDX-License-Identifier: ISC + +package main + +const Version = "0.0.0.dev" + +func main() {} |