VIEW ALL

ASSIGNMENT: DOT-T000-002

SUBJECT: ABFC NEW PERSONNEL TRAINING - MATERIAL 002

I bet you had a good time with the last assignment huh? I bet that really f**king tickled you. Time to step your shit up.

The purpose of this exercise is to understand how to LOOP. Figure out how to count upwards. It's a real pain in the ass.

CHALLENGE

Create a perfect gradient every pixel where: NEXT_VALUE = PREV_VALUE + 1. Start at BLACK [0x00] and end at WHITE [0xFF].

INPUT TO BF CODE

(?)

Input in Brainfuck is read via the , operator. Provide up to 32 bytes.

VALID INPUT CONSTANTS

FALSE

Too f**king easy? Continue your training program.

TUTORIALS

OUTPUT PREVIEW

BF CODE OUTPUT

(?)

Bytes produced by Brainfuck code is inputted to a renderer which interprets as a SVG or HTML.

-

BF CODE OUTPUT (RENDERED)

REQUIRED OUTPUT LENGTH

(?)

Renderers typically expect an exact amount of output bytes from Brainfuck to correctly render a SVG or HTML; ensure your code output provides the required output length.

- BYTES