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

View File

@@ -11,6 +11,10 @@ void get_cpuid();
void get_meminfo(unsigned int multiboot_info_address);
void program_conway();
// Ciphers
void program_rot13();
void program_morse();
// Misc
void program_rainbow();
void program_clear();