From 721b6f9f608977b938dbc9b847c9221370b5ee15 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Apr 2026 20:19:43 +0800 Subject: Add workspace configuration and examples --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main.rs (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..ed3de5b --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("{}", include_str!("./guide.txt").trim_end_matches("\n")); +} -- cgit