Update README.md

This commit is contained in:
2025-11-01 16:05:49 +11:00
parent a7b578636e
commit e1079ab82d

View File

@@ -27,7 +27,6 @@ sudo cmake --install build
int main() { int main() {
Quip::Window window("Quip Window", 800, 600); Quip::Window window("Quip Window", 800, 600);
int buttonPresses = 0;
window.addChild("textLabel", Quip::Widget::TextLabel("Hello from Quip!", 10, 10)); window.addChild("textLabel", Quip::Widget::TextLabel("Hello from Quip!", 10, 10));
return window.run(); return window.run();
} }