Skip to content
Snippets Groups Projects
Commit 83d7b7d8 authored by pln's avatar pln
Browse files

example

parent 59620922
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,8 @@ fn main() { ...@@ -54,6 +54,8 @@ fn main() {
u2.enter(&s, "abc"); // u2.enter(&s, "abc"); //
u2.user2(&s, &mut u1); // try with key set u2.user2(&s, &mut u1); // try with key set
u2.user2(&s, &mut u1); // try with key set u2.user2(&s, &mut u1); // try with key set
u2.expire(&s);
u2.user2(&s, &mut u1); // try with key set
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment