Skip to content

Instantly share code, notes, and snippets.

@LucasMW
Forked from aerok/forgive.brainfuck
Created December 8, 2017 15:50
Show Gist options
  • Save LucasMW/40cc837d76bf1319068456ddbce02fbb to your computer and use it in GitHub Desktop.
Save LucasMW/40cc837d76bf1319068456ddbce02fbb to your computer and use it in GitHub Desktop.
brainfuck
+++++++ [ > ++++++++++ < - ] > -- . > ++++++++++ [ > ++++++++++ < - ] > --- . > +++++++++++ [ > ++++++++++ < - ] > ++++ . ------ . --- . +++++ . > ++++++++++ [ > ++++++++++ < - ] > +++ . > ++++ [ > +++++++++++ < - ] > . > +++++ [ > ++++++ < - ] > ++ . > ++++++++++ [ > ++++++++++ < - ] > ++ . > +++++++++++ [ > ++++++++++ < - ] > + . +++ . < < + . ++ . > > ++++ . << ---- . >>> +++++ [ > ++++++ < - ] > ++ . > +++++++++++ [ > ++++++++++ < - ] > - . > ++++++++++ [ > ++++++++++ < - ] > + . > +++++++++ [ > +++++++ < - ] > . [-]++++++++++.
@LucasMW
Copy link
Author

LucasMW commented Dec 8, 2017

added "\n"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment