mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
The row of 'b's shows how position is rounded down if necessary.
|
|
:ARGS
|
|
-s 15x7 -a hlvtjc
|
|
:INPUT
|
|
aaa
|
|
bbbb
|
|
ccccc
|
|
:OUTPUT-FILTER
|
|
:EXPECTED
|
|
/*************/
|
|
/* aaa */
|
|
/* bbbb */
|
|
/* ccccc */
|
|
/* */
|
|
/* */
|
|
/*************/
|
|
:EOF |