Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uuid test run #1

Open
preveen-stack opened this issue Jun 19, 2023 · 0 comments
Open

uuid test run #1

preveen-stack opened this issue Jun 19, 2023 · 0 comments
Assignees

Comments

@preveen-stack
Copy link
Owner

preveen-stack commented Jun 19, 2023

extern crate uuid;
use uuid::Uuid;
fn main() {
for _ in 0..10 {
println!("{}", Uuid::new_v4().hyphenated().to_string());
}
println!("Hello, world!");

cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.03s
     Running `target/debug/ex-uuid`
0347b989-4f33-41f4-bfaf-895559e49f78
bd7d5301-8d4c-41d5-9f2b-3f0c79d4655e
88d66de9-3027-4899-9a33-08814e050950
a0bdd539-2d57-4a3f-aca1-c39b405d7688
88e2186a-dd51-47fc-82aa-dc19f2047b86
9f590ec5-c0bf-4306-9f93-8e2ef9223c9f
b8a098c3-2481-4f88-886e-44c074ee95c4
38baf5cd-adf1-42e3-ad3b-3144fd7a8fe1
dfa21a1f-7d36-4c40-b26e-227afde56242
2887d28e-7c1e-4c03-82ee-2d0eaa378620
@preveen-stack preveen-stack self-assigned this Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant