sksp2024-mcu/libucw/ucw/table-test-align.t
2024-09-14 21:50:33 +02:00

7 lines
335 B
Raku

Run: ../obj/ucw/table-test-align
Out <<EOF
col0_str col1_int col2_uint col3_bool col4_double
HELLO,col_idx:0 -10 10 0 3.14159
EHLO,col_idx:0 -12345 255 1 1.61803
AHOJ,col_idx:0 -54321 65280 0 2.71828
EOF