diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-18 18:23:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-18 18:23:40 +0800 |
| commit | 71b65668f6b3619e33ede0c042a2ad9ad5ffe415 (patch) | |
| tree | cc7d1b153518b0a1e149ba8f40fcfc26916d951c /src/bin | |
| parent | 578c51b243895b32a01b9bbade249fa20b72ebdd (diff) | |
refactor: update source code files
- Update jv.rs binary
- Update lib.rs library exports
- Update utils.rs utility functions
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jv.rs | 4 |
1 files changed, 3 insertions, 1 deletions
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!") +} |
