Skip to content

Adds the string representation the length of a string to the string, taking into account the added numeric string representation.

License

Notifications You must be signed in to change notification settings

genghisjahn/textlength

Repository files navigation

textlength

Adds the string representation of the length of a string to the string, taking into account the added numeric string representation.

Input: Here's an example right here.

Output: Here's an example right here. Text is sixty-seven characters long.

Take a look at the hover text for this xkcd comic: http://www.xkcd.com/688/

Installation

Create a directory, navigate to it and run the following from the command line:

git clone [email protected]:genghisjahn/textlength.git

cd textlength/web/

go run web.go

Open a browser and navigate to http://localhost:8888/.

About

Adds the string representation the length of a string to the string, taking into account the added numeric string representation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages