comply with the move of rickroll
This commit is contained in:
parent
26df745dee
commit
aa72945010
|
@ -306,7 +306,7 @@ impl ExecEnv {
|
||||||
exit(random());
|
exit(random());
|
||||||
}
|
}
|
||||||
StmtKind::Rickroll => {
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue