Skip to content

Commit

Permalink
update. It was bad if I deleted the example, so I restored it.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed May 6, 2024
1 parent cb96cfb commit 5c3424c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
NOTE
===

It is not actually an example because it is used for a github-job.
7 changes: 7 additions & 0 deletions examples/version.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright (c) 2021 Blacknon. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.

fn main() {
println!("{}", env!("CARGO_PKG_VERSION"));
}

0 comments on commit 5c3424c

Please sign in to comment.