Rust Taskbook Level 9.8
Create a program that generates quadratic equations with integer roots.
Implement the bubble sort algorithm.
Given a number, check if this number is perfect.
Given a text file. Get the percentage of each character in the text and write the result to the file so that each line contains the character and its percentage.