Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f71b8d0

Browse files
committedOct 8, 2024·
HACK: test ci
1 parent 1e0fc9d commit f71b8d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎license-scan/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ enum Cmd {
5858
}
5959

6060
fn main() -> Result<()> {
61+
println!("Hello, world!");
6162
let opt = Opt::from_args();
6263

6364
let clarify = match opt.clarify {

0 commit comments

Comments
 (0)
Please sign in to comment.