Initial commit

This commit is contained in:
2019-06-15 15:47:49 +02:00
commit 8e194e278c
10 changed files with 649 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package main
import (
"log"
menu "github.com/localhots/themenu"
)
func main() {
menu.Main()
log.Println("Shut down")
}