aboutsummaryrefslogtreecommitdiff
path: root/test_vectors/src/bin/generate.rs
blob: 3c618c1de431ed1d483230e2094c1a32e036881c (plain)
1
2
3
4
fn main() {
    // The trailing newline is included.
    print!("{}", test_vectors::generate_json());
}