summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/theo/main.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd/theo/main.go b/cmd/theo/main.go
new file mode 100644
index 0000000..25a5cb5
--- /dev/null
+++ b/cmd/theo/main.go
@@ -0,0 +1,11 @@
+package main
+
+import (
+ "fmt"
+
+ "dim13.org/theo"
+)
+
+func main() {
+ fmt.Println(theo.Quote())
+}