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
// if !file_contents.is_empty() {
// panic!("Scanner not implemented");
// } else {
// println!("EOF null"); // Placeholder, replace this line when implementing the scanner
// }
if !file_contents.is_empty() {
panic!("Scanner not implemented");
} else {
println!("EOF null"); // Placeholder, replace this line when implementing the scanner
}
}
_ => {
eprintln!("Unknown command: {command}");