wayneashleyberry / rot13

A stupid rot13 implementation, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Go Report Card GoDoc

A stupid rot13 implementation, written in Go.

Installation

go get github.com/wayneashleyberry/rot13/cmd/rot13/...

Usage

rot13 'Hello, World!'
Uryyb, Jbeyq!
rot13 --decode 'Uryyb, Jbeyq!'
Hello, World!

About

A stupid rot13 implementation, written in Go.

License:MIT License


Languages

Language:Go 100.0%