aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/b_unique_con_5.sh
blob: fbf807357c40e85a9fd7f977c8ff37f17d59b740 (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 5
}