diff options
| author | 2025-11-06 11:26:52 +0800 | |
|---|---|---|
| committer | 2025-11-06 11:26:52 +0800 | |
| commit | 4f7762c1bb7ce719c72c466cebdb00d5def8ea5e (patch) | |
| tree | 38fb539574f0c55e19dc5111b8680048961b0b80 /src/main.rs | |
| parent | 3d4081897e267c7fae5f11a7dd55826574e6941b (diff) | |
| download | mvp-4f7762c1bb7ce719c72c466cebdb00d5def8ea5e.tar.gz mvp-4f7762c1bb7ce719c72c466cebdb00d5def8ea5e.zip | |
refactor: refactor project structure and update configurations for MVP implementation
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index c3c3fd4..c3fd598 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,4 +10,4 @@ struct Args { fn main() { let args = Args::parse(); println!("Hello from CLI, {}!", args.name); -}
\ No newline at end of file +} |
