From 3e4a736e435e34db1e02964d030d94461dc02c9d Mon Sep 17 00:00:00 2001 From: zhangxinyu <840317537@qq.com> Date: Wed, 17 May 2023 10:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AC=AC=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=80=81=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch2/user/src/bin/00hello_world.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ch2/user/src/bin/00hello_world.rs diff --git a/ch2/user/src/bin/00hello_world.rs b/ch2/user/src/bin/00hello_world.rs new file mode 100644 index 0000000..77ef2fc --- /dev/null +++ b/ch2/user/src/bin/00hello_world.rs @@ -0,0 +1,8 @@ +#![no_std] +#![no_main] + + +#[no_mangle] +fn main() { + +} \ No newline at end of file