Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 223 Bytes

File metadata and controls

6 lines (4 loc) · 223 Bytes

BF-SquareGenerator

Just enter an input between 02 and 99 in a brainfuck interpreter, draw an ASCII square with spaces(" ") and "#".

Input exemples : "13" "42" "69" "01" "05" "06" Bad input : "2" "5" "9" "7" "365" "1 0"