mirror of
https://github.com/sigmasternchen/sql-brainfuck
synced 2025-03-14 23:49:00 +00:00
Set band to 30k
This commit is contained in:
parent
030d3b13e2
commit
3d3fb6b35f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ WITH RECURSIVE run_state
|
|||
0,
|
||||
input,
|
||||
''::text,
|
||||
repeat('\000'::text, 10)::bytea,
|
||||
repeat('\000'::text, 30000)::bytea,
|
||||
0,
|
||||
program,
|
||||
1,
|
||||
|
|
Loading…
Reference in a new issue