Making: math interpreter. Need to fix printf %f

This commit is contained in:
xamidev
2024-08-06 13:43:01 +02:00
parent f05347f73b
commit fc17e5eade
8 changed files with 393 additions and 53 deletions

View File

@@ -3,6 +3,7 @@
void program_words();
void program_primes();
void program_math();
// Misc
void program_rainbow();