1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-14 13:01:59 +02:00
comprehensive-rust/src/exercises/day-3/solutions-morning.md
Nick Radcliffe a883a569d0
Remove unused callback from GUI exercise (#1293)
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>
2023-10-03 14:07:33 +00:00

256 B

Day 3 Morning Exercise

Drawing A Simple GUI

(back to exercise)

{{#include simple-gui.rs:solution}}

Points and Polygons

(back to exercise)

{{#include points-polygons.rs:solution}}