Skip to content

thepriben/brainfuck-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Comprendre la machine de Turing avec Brainfuck : Turing-complétude et problème de l’arrêt, mars 2026, Programmez! n°274, pp. 69-71.


Display "Hi" (copy.sh)
++++++++++[>+++++++>++++++++++<<-]>++ .>+++++ .<<++++++++++ .
Display "Programmez!" (copy.sh)
++++++++[>++++++++++<-]>.
++++++++++++++++++++++++++++++++++.
---.
--------.
+++++++++++.
-----------------.
++++++++++++.
.
--------.
+++++++++++++++++++++.
-----------------------------------------------------------------------------------------.

About

Comprendre la machine de Turing avec Brainfuck : Turing-complétude et problème de l’arrêt, 2026, Programmez! n°274, pp. 69-71.

Topics

Resources

License

Stars

Watchers

Forks

Contributors