Skip to content

Code inside this repository is fully written in brainfuck.

License

Notifications You must be signed in to change notification settings

distrust-Studios/Brain-censored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brain-censored

Code inside this repository is fully written in brainfuck.

> = moves the pointer to the right.
< = moves the pointer to the left.
+ = increases value pointed to by the memory pointer
- = decreases value pointed to by the memory pointer
[ = while(memoryPointerValue != 0)
] = if(memoryPointerValue != 0 jump back to [ 
, = input 1 character.
. = print 1 character to the console

About

Code inside this repository is fully written in brainfuck.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published