Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 259 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 259 Bytes

Korwin

Superprosta biblioteka do generowania wypowiedzi w stylu krula.

Instalacja

go get github.com/bopke/korwin

Użycie

package main

import(
	"fmt"
	"github.com/bopke/korwin"
)

func main(){
	fmt.Print(korwin.GenerateStatement())
}