Suppose you want to create the concatBytes function, which is very similar to the concatRunes function you've previously seen in the theory.
Please modify the concat function template below so the function is called concatBytes and properly uses the WriteByte() method within it.