mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add examble: perseptron/g3.cpp brainfuck/x86_compile.cpp
This commit is contained in:
parent
5ccbc4e903
commit
03b4eda323
15 changed files with 1411 additions and 8 deletions
11
example/brainfuck/quine.bf
Normal file
11
example/brainfuck/quine.bf
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Quine
|
||||
"-"
|
||||
">++>+++>+>+>+++>>>>>>>>>>>>>>>>>>>>>>+>+>++>+++>++>>+++"
|
||||
">+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>+>+>>+++>>>>+++>>>+++"
|
||||
">+>>>>>>>++>+++>+++>+>>+++>+++>+>+++>+>+++>+>++>+++>>>+"
|
||||
">+>+>+>++>+++>+>+>>+++>>>>>>>+>+>>>+>+>++>+++>+++>+>>+++"
|
||||
">+++>+>+++>+>++>+++>++>>+>+>++>+++>+>+>>+++>>>+++>+>>>++"
|
||||
">+++>+++>+>>+++>>>+++>+>+++>+>>+++>>+++>>"
|
||||
"+[[>>+[>]+>+[<]<-]>>[>]<+<+++[<]<<+]"
|
||||
">>>[>]+++>+"
|
||||
"[+[<++++++++++++++++>-]<++++++++++.<]"
|
Loading…
Add table
Add a link
Reference in a new issue