Small fixes as always, + add pi program

This commit is contained in:
xamidev
2024-08-26 16:01:26 +02:00
parent 93f5feff85
commit a316367236
6 changed files with 77 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ void get_meminfo(unsigned int multiboot_info_address);
void program_conway();
void program_cowsay();
void cowsay(); // Splash screen
void program_pi();
// Ciphers
void program_rot13();