aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/b_unique_con_9.sh
blob: dd16dfc64abdc496af06ff23997d97a20ca5c6b1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
TIMEFORMAT='
semantic property: unique
syntactic property: Container
search time: %R seconds
'
time {
cargo run b_unique_con.rs gen_unique_con 9
}