aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-09-09 00:49:28 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-09-09 00:49:28 +0200
commit79189d25ecd077cc308d24c8c0919d2094cf8be3 (patch)
treec118a3ded21a835686eb0349dab6f8a05f465b14 /main.go
parent648413b4644130d419397505ec28e005ea0e543d (diff)
Tests
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.go b/main.go
deleted file mode 100644
index bbaeff0..0000000
--- a/main.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-const maxValue = 1000
-
-func main() {
- verifyAll()
-}