Answers for "brainfuck hello wlrd"

2

brainfuck hello world

brainfuck hello world
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
Posted by: Guest on October-29-2020
1

brainfuck

->++++++++++[>++++++++[>]<[>>[>]<+++++++++[-<+]->>-]+[-<+]->-]
#Initializes a certain number of "64"s to make writing characters easier

>
> ++
> +++++ +++++ +++++ +++
> +
> +++++ ++++
> +++++ +++++ ++++
> +++++ +
> +++++ +++++ +++++ +++++ +
> +++
> +++++ +++++ +
> ----- ----- ----- ----- ----- ----- -

# Adds to the first few bytes to set them to be characters, then subtracts to make the "!"

+[-<+]->>>
[.>]
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language