Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/String-length/Jq/string-length-1.jq
Normal file
5
Task/String-length/Jq/string-length-1.jq
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
$ cat String_length.jq
|
||||
def describe:
|
||||
"length of \(.) is \(length)";
|
||||
|
||||
("J̲o̲s̲é̲", "𝔘𝔫𝔦𝔠𝔬𝔡𝔢") | describe
|
||||
3
Task/String-length/Jq/string-length-2.jq
Normal file
3
Task/String-length/Jq/string-length-2.jq
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
$ jq -n -f String_length.jq
|
||||
"length of J̲o̲s̲é̲ is 8"
|
||||
"length of 𝔘𝔫𝔦𝔠𝔬𝔡𝔢 is 7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue