Skip to content

Commit 5c3424c

Browse files
committed
update. It was bad if I deleted the example, so I restored it.
1 parent cb96cfb commit 5c3424c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
NOTE
2+
===
3+
4+
It is not actually an example because it is used for a github-job.

examples/version.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright (c) 2021 Blacknon. All rights reserved.
2+
// Use of this source code is governed by an MIT license
3+
// that can be found in the LICENSE file.
4+
5+
fn main() {
6+
println!("{}", env!("CARGO_PKG_VERSION"));
7+
}

0 commit comments

Comments
 (0)