Skip to content
main.go 104 B
Newer Older
package main

import (
	"github.com/dchest/captcha"
	"os"
)

func main() {
	captcha.Encode(os.Stdout)
}