fixed really all bugs

This commit is contained in:
Simon
2025-06-03 13:25:30 +02:00
parent c46cc8d1a2
commit 0a150eb84b
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ extern Key kout_key;
namespace Epilogues {
void keyboard(Vault& g) {
g.kout << kout_key.ascii() << endl << flush ;
g.kout << kout_key.ascii() << flush ;
}
void timer(Vault& g) { (void)g; }