Skip to content

Instantly share code, notes, and snippets.

@nohillside
Last active May 2, 2023 13:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nohillside/42e29036b73776825f6490edb08df3a2 to your computer and use it in GitHub Desktop.
Save nohillside/42e29036b73776825f6490edb08df3a2 to your computer and use it in GitHub Desktop.
GRM brainfucked
# Brainfuck-Code in GRM
## Seite 161
>++++++++++
[>++++++++++>++++++++++++>+++++++++++>
+++++++++++> ++++++++++++><<<<<<-]
>++>--->>>+>
<<<<<<
>.>.>.>.>.
> funny
## Seite 244
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>+++++++++++++++.
------------------.
+++++++++++++++++++++.
-----------------.
<++++++++++++++.>+++.---.
<-----------------.>+++.+.+++.
--------.++++++++++++++.
-------------.+++++++++.
> saveTheChildren
## Seite 374
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>+++++++++++++++.-----------.+.+++++++++++.
<++.>-------------------.+++++++++++++++..---------
--.+++++++++.+++++.
> shitHappens
## Seite 401
>++++++++++
[>+++++++++>++++++++>
+++++++><<<<-]
>--->++++>>
<<<<
>.>.>.
> WTF
## Seite 402
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>++++++++++++++++++.
-----------------.+++++++++++++.+++++++.
<++++++++++++++++.+++++++++++++++.
>-------.+++++++.
<-------------------------------.
>----.-------..+++++++++++.
>veryVeryFunny
## Seite 426
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>+++++++++++++++++++++.
----------.++++++.
<++.>--------------------.+++++++++++++++++++++.-----------------.
<++++++.>++++++++++.<-----.>-----------.+.----.
> youHaveNoIdea
## Seite 479
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>++++++++.
-------.+++++++++++++++.<+++++++++++++++.>-.
<--.++++++++++++++.>+++.<++++.
-----------------.>--------------.---.
<+++.>++++++++++.+++.------.--------.
<<++++++++++++++++.>>+++++++++++++.++++.
------------.----.
+++++++++++++++.<<.>>
-----.-.---------.<--------------.
>++++++++++++++.
<+++.>----------.++++++++++.+.
---------------.+++++++++.-----.+++++.
-------.<++++++++.>++++++++.<+.>++++.
> letUsSaveTheWorld.quiet.oneIsListeningToUs
## Seite 516
++++++++++[>+>+++>+++++++>++++++++++<<<<-
]>>>>++++++++.-------.+++++++++++++++.<
+++++++++++++++.>-.<------------------.>--
---------.-------.+++++++++++++.-------.--
.<+++++++++++++++++.>+++.---.<--------------
-.>+++++++.-------.--.+++++++++++++++++.---
--------.++++++.-.<+++++++++++++.>---------
.++++++++++++++.++.---------.++++++++.
> letUsChangeTheElectionResult
## Seite 580
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>+++++++++++++++++++.------------------.
<+++++++.>----.++++++++++.------.<+++++++.>+++.---.
<+++.>++++++++++.+++.------.--------.<-------------
---.>++++++++++++++.-------------.----.
+++++++++++++++++++.<------.>-------------.------
.++++++++.+++++.
> weMakeTheWorldGreatAgain
## Seite 617
++++++++++[>+>+++>+++++++>++++++++++<<<<-
]>>>>+++++++++++++++++++.------------------.-------
-------.++++++++++++++++++.+++..<--.>---.----.
> weWillDie
## Seite 620
++++++++++[>+>+++>+++++++>++++++++++
<<<<-]>>>>++.+++++++++++++++.------------------
.++++++++.<++.>--.++++.
> fuckHim
## Brainfuck Interpreter
https://www.dcode.fr/brainfuck-language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment