This commit is contained in:
David Lin
2025-09-03 09:48:45 +08:00
parent e2500900b1
commit 501469303f

View File

@@ -22,11 +22,11 @@ fn main() {
}); });
// Uncomment this block to pass the first stage // Uncomment this block to pass the first stage
// if !file_contents.is_empty() { if !file_contents.is_empty() {
// panic!("Scanner not implemented"); panic!("Scanner not implemented");
// } else { } else {
// println!("EOF null"); // Placeholder, replace this line when implementing the scanner println!("EOF null"); // Placeholder, replace this line when implementing the scanner
// } }
} }
_ => { _ => {
eprintln!("Unknown command: {command}"); eprintln!("Unknown command: {command}");