mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-03 00:46:57 +02:00
Refactor embedded files to add solutions
This commit is contained in:
@ -31,6 +31,7 @@ impl<'a> Display for TerminalFileLink<'a> {
|
||||
}
|
||||
|
||||
pub struct Exercise {
|
||||
pub dir: Option<&'static str>,
|
||||
// Exercise's unique name
|
||||
pub name: &'static str,
|
||||
// Exercise's path
|
||||
|
Reference in New Issue
Block a user