mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-05 01:31:29 +01:00
14 lines
170 B
Plaintext
14 lines
170 B
Plaintext
Size takes precedence over padding, left padding is killed first
|
|
:ARGS
|
|
-s 10x5
|
|
:INPUT
|
|
aaa
|
|
bbbb
|
|
ccccc
|
|
:EXPECTED
|
|
/********/
|
|
/*aaa */
|
|
/*bbbb */
|
|
/*ccccc */
|
|
/********/
|
|
:EOF |