1

templates for << chaining + new manipulators

This commit is contained in:
churl
2022-05-06 16:51:41 +02:00
parent ab7a9c2ecb
commit 12513926d8
6 changed files with 187 additions and 184 deletions

View File

@ -21,12 +21,10 @@ int main() {
// Bildschirm loeschen.
kout.clear();
// TODO: Startmeldung ausgeben
// text_demo();
text_demo();
// sound_demo();
keyboard_demo();
while (1);
while (1) {};
return 0;
}