Skip to content

Commit

Permalink
add example brainfuck file
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenkristian committed Aug 30, 2022
1 parent b24bfcf commit 5dd0f42
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
12 changes: 12 additions & 0 deletions bf-example/helloworld.bf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
>++++++++.[<+++++++++>-]<.
>++++[<+++++++>-]<+.
+++++++..
+++.
>>++++++[<+++++++>-]<++.
------------.
>++++++[<+++++++++>-]<+.
<.
+++.
------.
--------.
>>>++++[<++++++++>-]<+.
16 changes: 16 additions & 0 deletions bf-example/nestedloop.bf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++++
[
> +++++ ++++
[
> +++
> +
> ++
<<< -
]
< -
]
.
>.
>.
>.
>.
3 changes: 0 additions & 3 deletions test.bf

This file was deleted.

0 comments on commit 5dd0f42

Please sign in to comment.