Skip to content

Commit

Permalink
update verus intro slides, exercises
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Nov 2, 2024
1 parent b5d0876 commit 58747af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ fn smallest_elt(elts: Vec<u64>) -> (result: u64)
}

fn main() {
let v = vec![3,1,2];
let e = smallest_elt(v);
assert(e == 1);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ fn smallest_elt(elts: Vec<u64>) -> (result: u64)
}

fn main() {
let v = vec![3,1,2];
let e = smallest_elt(v);
assert(e == 1);
}

}
Binary file modified 2024-sosp-tutorial/slides/02-verus.key
Binary file not shown.
Binary file modified 2024-sosp-tutorial/slides/02-verus.pptx
Binary file not shown.

0 comments on commit 58747af

Please sign in to comment.