From cf542c8b2bb47af539c8e7a9e8384a306f439b19 Mon Sep 17 00:00:00 2001 From: b1ek Date: Tue, 22 Aug 2023 17:39:53 +1000 Subject: [PATCH] fix hello world example --- examples/hello_world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world.rs b/examples/hello_world.rs index 54a7d67..b31f50f 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -3,7 +3,7 @@ use brainrust::*; fn main() { let eval = eval( &( - "+[-->-[>>+>-----<<]<--<---]>-.>>>+.>>..+++[.>]<<<<.+++.------.<<-.>>>>+." + "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++." ) ); if eval.is_err() {