comply with the move of rickroll

This commit is contained in:
HTG-YT 2021-06-14 20:53:27 +08:00 committed by GitHub
parent 6a01893f2e
commit aa33fe88db

View file

@ -306,7 +306,7 @@ impl ExecEnv {
exit(random());
}
StmtKind::Rickroll => {
stdout().write_all(include_str!("../resources/rickroll").as_bytes()).expect("Failed to write to stdout")
stdout().write_all(include_str!("rickroll").as_bytes()).expect("Failed to write to stdout")
}
}