ASSIGNMENT: DOT-T000-003
SUBJECT: ABFC NEW PERSONNEL TRAINING - MATERIAL 003
Beep.boop.bop you guys are scrubs <__>. Ready to learn some basic b*tch color theory?
The f**kers who designed the RGB model are rolling in their graves. Use Brainfuck to construct 3 byte sequences where each byte corresponds to RED, GREEN, and BLUE respectively.
CHALLENGE
Create an image where the borders of the pixelGrid are RED [#FF0000], the center is a GREEN square [#00FF00, 2x2], and the remaining area is BLUE [#0000FF].
EDITOR
BRAINFUCK DOCSINPUT 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.
TUTORIALSOUTPUT PREVIEW
BF CODE OUTPUT
(?)
Bytes produced by Brainfuck code is inputted to a renderer which interprets as a SVG or HTML.
-
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