Skip to content

Compute words that are still valid words after being rot13'ed

License

Notifications You must be signed in to change notification settings

TechnoTecna/rot13-closure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rot13-closure

Small program that given a list of words compute its largest subset closed by rot13.

Installation

This package is built with stack. You should install it on your system using your usual package manager.

You can then download and build the program as follow:

# Use git
$ git clone https://github.com/TechnoTecna/rot13-closure.git

# Move into the directory
$ cd rot13-closure

# Build the project with stack
$ stack build

Usage

You can now run the program with stack as follow:

$ stack exec rot13-closure <filename>

<filename> should contain a whitespace-separated list of word. For example, you can try with one the provided dictionary:

$ stack exec rot13-closure data/english.txt

If you want you can also install the program on your machine with:

$ stack install

It should then be available in your PATH.

About

Compute words that are still valid words after being rot13'ed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published