#include "console_out.h"
ConsoleOut():OutputStream() {}
void flush() {
for(char output : buffer) {
putchar(output);
}