aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/aerc/main.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/aerc/main.go b/cmd/aerc/main.go
new file mode 100644
index 0000000..24dcac8
--- /dev/null
+++ b/cmd/aerc/main.go
@@ -0,0 +1,9 @@
+package main
+
+import (
+ "fmt"
+)
+
+func main() {
+ fmt.Println("Hello world")
+}