Answers for "brainfuck"

39

brainfuck

LEAVE IT. JUST RUN. R U N
Posted by: Guest on March-21-2021
5

brainfuck

Bro just dont
Posted by: Guest on May-25-2021
8

brainfuck

my teacher said the f word when we read to kill a mockingbrid
Posted by: Guest on April-01-2021
1

brainfuck

++++++++[>++++++++<-]>[-<++>]<-----     schreibt die Zahl 123 in die erste Zelle
 >[-]++++++++[>[-]<[->+<]>-]<<<<<<<<<    Löschen der nächsten Zellen
 [->+<]>[>+<-<+>]>[>>>>>[->+<]>+<<<<<    der eigentliche Code
 ++++++++++<[->>+<-[>>>]>[[<+>-]>+>>]
 <<<<<]>[-]>[-<<+>>]>[-<<+>>]<<]>>>>>
 [<<<<+++++++[-<+++++++>]<-[<+>-]<.[-
 ]>>>>>>[-<+>]<-]<<<<<<<
Posted by: Guest on May-24-2021
0

Brainfuck

RUN FOR YOUR LIVES. IT'S NOT SAFE HERE!
Posted by: Guest on July-01-2021
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