Skip to content

reagent/encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encode.c

A simple C program to shift characters found in an input stream.

Usage

Basic usage:

echo 'hi there' | ./encode

Changing the number of characters to shift:

echo 'hi there' | ./encode -n2

Decoding a string:

echo 'ij uifsf' | ./encode -d

Reading from a file:

./encode -f input.txt

Building

All you need to do is run make from the root directory. You can run make check to ensure it's working properly.

About

Simple C program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published