1 2 3 4 5 6
//! `p8` — the short alias for `pulsate` (identical behavior). #![forbid(unsafe_code)] fn main() -> std::process::ExitCode { pulsate::run() }