Conversation
- compile gate: main lacks tail expression until TODO uncommented - drop .gitkeep files; rustlings dev check forbids extra files - in-loop TTY check lets solution exit clean under piped stdout
mo8it
left a comment
There was a problem hiding this comment.
Uncommenting a line seems very boring, even for an introduction. What does the user learn out of this?
|
I thought this would serve as a good introduction for users that didn't go through It also showcases the minimal structure of a |
|
Yeah, I think we should do something else as the first exercise. Maybe we could give the user init and expect them to render a text instead? |
|
Would having the user render a simple |
The easiest option would be to run it in a Zellij pane. Rustlings would open a dedicated pane and replace it every time the code changes. |
I think a |
Adds the first exercise. It teaches how to start a ratatui app 🧀.
The student uncomments
ratatui::run(app)inmain. The app draws "hello world" and exits on a key press.Includes the reference solution and the
info.tomlentry.