Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
14
Task/Show-ASCII-table/Brainf---/show-ascii-table.bf
Normal file
14
Task/Show-ASCII-table/Brainf---/show-ascii-table.bf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
> ++++++ ; 6 rows
|
||||
> ++++ ++++ ++++ ++++ ; 16 columns
|
||||
> ++++ ++++ ++++ ++++ ++++ ++++ ++++ ++++ ; 32: the starting character
|
||||
<< ; move to row counter
|
||||
[
|
||||
> ; move to the column counter
|
||||
[> ; move to character
|
||||
. ; print it
|
||||
+ ; increase it
|
||||
<- ; decrease the column counter
|
||||
]
|
||||
+++++ +++++.[-] ; print newline
|
||||
++++ ++++ ++++ ++++ ; set column counter again
|
||||
<-] ; decrease row counter and loop
|
||||
Loading…
Add table
Add a link
Reference in a new issue