mirror of
https://github.com/sigmasternchen/sql-brainfuck
synced 2025-03-15 07:58:59 +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,
|
0,
|
||||||
input,
|
input,
|
||||||
''::text,
|
''::text,
|
||||||
repeat('\000'::text, 10)::bytea,
|
repeat('\000'::text, 30000)::bytea,
|
||||||
0,
|
0,
|
||||||
program,
|
program,
|
||||||
1,
|
1,
|
||||||
|
|
Loading…
Reference in a new issue