mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 08:13:08 +00:00
6 lines
82 B
Rust
6 lines
82 B
Rust
|
|
//ToDo: Add sequencer_runner module
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
println!("Hello, world!");
|
||
|
|
}
|