ch1: Remove std

This commit is contained in:
Tateisi 2025-08-02 13:48:14 +08:00
parent c1084cd578
commit ad42f53386
4 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,4 @@
fn main() {
println!("Hello, world!");
}
#![no_std]
#![no_main]
mod lang_items;