should be it

This commit is contained in:
2025-10-24 19:21:19 -05:00
parent a4b23fc57c
commit f09560c7b1
14047 changed files with 3161551 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
c_category,c_bool,c_float,c_int,c_string
a,true,1.0,42.0,a
a,false,3.2,,"b,c"
b,true,3.0,123.0,e
b,true,4.0,321.0,f
1 c_category c_bool c_float c_int c_string
2 a true 1.0 42.0 a
3 a false 3.2 b,c
4 b true 3.0 123.0 e
5 b true 4.0 321.0 f