1
2
3
4
5
6
7
//! This is the main binary.

use rraval_workflows::NAME;

fn main() {
    println!("main: {}", NAME);
}