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