fix hello world example

This commit is contained in:
b1ek 2023-08-22 17:39:53 +10:00
parent 92be2066dc
commit cf542c8b2b
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use brainrust::*;
fn main() {
let eval = eval(
&(
"+[-->-[>>+>-----<<]<--<---]>-.>>>+.>>..+++[.>]<<<<.+++.------.<<-.>>>>+."
"++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++."
)
);
if eval.is_err() {