Add: morse, rot13, and more docs

This commit is contained in:
xamidev
2024-08-11 11:05:38 +02:00
parent 00b131fa72
commit 5ca49cefd0
10 changed files with 221 additions and 8 deletions

6
src/programs/ciphers.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CIPHERS_H
#define CIPHERS_H
#define BUFFER_SIZE 256
#endif