mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-14 13:01:59 +02:00
Here's a possible update to the GUI/TUI exercise, taking out the callback and explaining (slightly). See what you think. --------- Co-authored-by: Martin Geisler <martin@geisler.net>
256 B
256 B
Day 3 Morning Exercise
Drawing A Simple GUI
{{#include simple-gui.rs:solution}}
Points and Polygons
{{#include points-polygons.rs:solution}}