lib-nested/lib-nested-core/src/lib.rs

9 lines
156 B
Rust
Raw Normal View History

2023-11-24 21:26:17 +01:00
pub mod utils;
pub mod editors;
pub mod tree;
pub mod type_system;
pub fn magic_header() {
eprintln!("<<<<>>>><<>><><<>><<<*>>><<>><><<>><<<<>>>>");
}