brainfuck
LEAVE IT. JUST RUN. R U N
what is brainfuck for
Brainfuck is a language that is meant to be extremely small and turing complete, although it has no practical uses right now it can be easily adapted to any language you can think of
brainfuck syntax
++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++.
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 "!"
+[-<+]->>>
[.>]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us