Closed keszocze closed 4 years ago
In the print_cubes always printed to std::cout instead of os. This is now fixed.
print_cubes
std::cout
os
Those files weren't meant to be commited in the first place. I just copy and pasted stuff from another file and did random deletions. The current commit should be fine.
In the
print_cubes
always printed tostd::cout
instead ofos
. This is now fixed.