mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Update skeleton
This commit is contained in:
@@ -45,3 +45,9 @@ impl WriteLine for TranslationUnit {
|
||||
todo!("homework 1")
|
||||
}
|
||||
}
|
||||
|
||||
impl WriteString for Initializer {
|
||||
fn write_string(&self) -> String {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user