summaryrefslogtreecommitdiff
path: root/cmd/theo/main.go
diff options
context:
space:
mode:
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())
-}