From 71b65668f6b3619e33ede0c042a2ad9ad5ffe415 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 18 Oct 2025 18:23:40 +0800 Subject: refactor: update source code files - Update jv.rs binary - Update lib.rs library exports - Update utils.rs utility functions --- src/bin/jv.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/jv.rs b/src/bin/jv.rs index f7ab768..a8b0a1f 100644 --- a/src/bin/jv.rs +++ b/src/bin/jv.rs @@ -2,4 +2,6 @@ rust_i18n::i18n!("locales", fallback = "en"); #[tokio::main] -async fn main() {} +async fn main() { + println!("Hello, World!") +} -- cgit