forked from AbleOS/ableos
6 lines
132 B
Rust
6 lines
132 B
Rust
#![allow(dead_code)]
|
|
|
|
pub const CONSOLE: &str = "\u{E795}";
|
|
pub const POWER_SIGN: &str = "\u{23FB}";
|
|
pub const LAMBDA: &str = "λ";
|