6 lines
82 B
Rust
Raw Normal View History

//ToDo: Add sequencer_runner module
fn main() {
println!("Hello, world!");
}