Skip to content

Commit

Permalink
feat: Display version info
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 8, 2024
1 parent df603d7 commit fdef6ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Entry point.
const VERSION: &'static str = "0.0.0";

fn main() {
println!("Hello, world!");
println!("Running gazer v{VERSION}");
}

0 comments on commit fdef6ee

Please sign in to comment.