aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/b_unique_con_3.sh
blob: 10cd4c49fb399497de4d566d775cfdb4a82da82c (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 3
}