feat: Initial commit

This commit is contained in:
ptrcnull 2021-11-29 02:12:29 +01:00
commit 0496b578c4
2 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/ptrcnull/init
go 1.17

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}