#[main]
A macro attribute to mark the kernel entry point.
#![no_std] use ostd::prelude::*; #[ostd::main] pub fn main() { println!("hello world"); }