rm demos, start with cli client

This commit is contained in:
probandula
2016-10-26 18:50:56 +02:00
parent e8dd03b275
commit 5b1157ab12
5 changed files with 22 additions and 90 deletions

View File

@@ -0,0 +1,13 @@
package main
import (
"fmt"
_"flag"
_"github.com/fatih/color"
_"github.com/probandula/figlet4go"
)
func main() {
fmt.Println("Hello Figlet")
}