templates for << chaining + new manipulators
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user