aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.go b/main.go
deleted file mode 100644
index 2f37773..0000000
--- a/main.go
+++ /dev/null
@@ -1,8 +0,0 @@
1package main
2
3import "fmt"
4
5func main() {
6 fmt.Println("secp256k1 from scratch")
7 fmt.Println("Run: go test -v")
8}