Browse Source

Merge branch 'lessons' into lesson02

lesson02
Constantin Fürst 6 months ago
parent
commit
bd67577ae9
  1. 1
      main.cpp

1
main.cpp

@ -12,6 +12,7 @@ void mainL01() {
Point p(10,10,'X'); Point p(10,10,'X');
p.print(); p.print();
Graphics::get().refreshScreen();
std::this_thread::sleep_for(std::chrono::seconds(10)); std::this_thread::sleep_for(std::chrono::seconds(10));
Graphics::get().finalize(); Graphics::get().finalize();

Loading…
Cancel
Save