fix hello world example
This commit is contained in:
parent
92be2066dc
commit
cf542c8b2b
|
@ -3,7 +3,7 @@ use brainrust::*;
|
|||
fn main() {
|
||||
let eval = eval(
|
||||
&(
|
||||
"+[-->-[>>+>-----<<]<--<---]>-.>>>+.>>..+++[.>]<<<<.+++.------.<<-.>>>>+."
|
||||
"++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++."
|
||||
)
|
||||
);
|
||||
if eval.is_err() {
|
||||
|
|
Loading…
Reference in New Issue