simple_node.rs 73 B

12345
  1. fn main() {
  2. let mut fleck = fleck::Fleck::new();
  3. fleck.run();
  4. }