10ko / tenkocript

Teenager Caesar Cipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TenkoCript

This is an artifact from when I was a little teenager programmer.

One of my first "programs", committed almost without modifications (I needed to change few lines to make it compile on MacOs).

It's an elementary implementation of the Caesar Cipher, written in "C++".

I love the innocence transparing from the source code, the Italian variable names, the dubious FAQ and instructions.

Thanks to @atzenigor for preserving this gem all these years.

Compile and run on MacOS

# Ignore the warnings
g++ TenkoCript.cpp -o TenkoCript

./TenkoCript

License

TenkoCript is licensed according to Mozilla Public License 2.0 (MPL-2.0).

About

Teenager Caesar Cipher

License:Mozilla Public License 2.0


Languages

Language:C++ 100.0%