mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
17 lines
224 B
Text
17 lines
224 B
Text
{
|
|
"a.txt": {
|
|
format = "raw",
|
|
contents = "Contents of a.txt",
|
|
},
|
|
|
|
"b.txt": {
|
|
format = "raw",
|
|
contents = "Contents of b.txt",
|
|
},
|
|
}
|
|
|
|
# output:
|
|
[1/2] a.txt
|
|
Contents of a.txt
|
|
[2/2] b.txt
|
|
Contents of b.txt
|