pub(crate) fn collect_a_task() -> Vec<u8>
Basically generates a task of calculating the hypotenuse of a right triangle, and returns the sides of the triangle as a Vec of Bytes.
Vec
Byte