Add example file.

This commit is contained in:
Yannick Reiß 2023-09-21 07:46:34 +02:00
parent ff85593b2f
commit 1a4e76e62f
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 5 additions and 0 deletions

5
bfpcompiler/test.bf Normal file
View File

@ -0,0 +1,5 @@
,>,< read two operands; return to cell zero
> move to cell to add
[ <+>- ] move cell to cell zero
. print result
[] endless loop