1

remove obsolete demos from main

This commit is contained in:
churl
2022-05-06 17:34:26 +02:00
parent 84399a2951
commit f6789b3950

View File

@ -22,9 +22,10 @@ int main() {
// Bildschirm loeschen. // Bildschirm loeschen.
kout.clear(); kout.clear();
text_demo(); // text_demo();
// sound_demo(); // sound_demo();
keyboard_demo(); // keyboard_demo();
heap_demo();
while (1) {}; while (1) {};
return 0; return 0;