Skip to content

Instantly share code, notes, and snippets.

View Verdanix's full-sized avatar
🖥️
Programming for my customers

Verdanix Verdanix

🖥️
Programming for my customers
  • My Home where I touch no grass
  • 17:45 (UTC -07:00)
View GitHub Profile
@Verdanix
Verdanix / BrainFuck Characters.md
Last active September 15, 2023 02:16
A cheat sheet with brainfuck's equivalent of ASCII characters

Brain Fuck ASCII cheat sheet

Input: >>,
Tab: >>+++++++++.
New Line: >>++++++++++.
Space: >>++++[<++++++++>-]<.
Delete: >>++++++++++[<++++++++++++>-]<+++++++.
{: >>++++++++++[<++++++++++++>-]<+++.
|: >>++++++++++[<++++++++++++>-]<++++.
}: >>++++++++++[<++++++++++++>-]<+++++.