forked from AbleScript/ablescript
comply with the move of rickroll
This commit is contained in:
parent
6a01893f2e
commit
aa33fe88db
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue