lssa/node_runner/src/main.rs

6 lines
77 B
Rust
Raw Normal View History

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