summaryrefslogtreecommitdiff
path: root/cmd/theo/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-08-26 19:25:41 +0200
committerDimitri Sokolyuk <demon@dim13.org>2018-08-26 19:25:41 +0200
commit0e4b23e79b8fe4f77771b996799b40b5d118d04e (patch)
tree1390fd00680ae9c599bf046e810f447e631e4b39 /cmd/theo/main.go
parentdfcbec8ec9e41727d3fd24259f0a699f10b08620 (diff)
strip randHEADmaster
Diffstat (limited to 'cmd/theo/main.go')
-rw-r--r--cmd/theo/main.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/cmd/theo/main.go b/cmd/theo/main.go
deleted file mode 100644
index 12ec5e4..0000000
--- a/cmd/theo/main.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package main
-
-import (
- "fmt"
-
- "dim13.org/theo"
-)
-
-func main() {
- fmt.Println(theo.Random())
-}