Skip to content
Snippets Groups Projects
Commit be39debc authored by Ruben Asplund's avatar Ruben Asplund
Browse files

Exercise A and B

parent 7c3fe0eb
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ fn main() { ...@@ -52,7 +52,7 @@ fn main() {
// //
// Now locate the generated tests. Give the relative path to `klee-last`. // Now locate the generated tests. Give the relative path to `klee-last`.
// //
// [your answer here] // [target/debug/examples/klee-last/]
// //
// B) Replay test cases // B) Replay test cases
// //
...@@ -66,7 +66,7 @@ fn main() { ...@@ -66,7 +66,7 @@ fn main() {
// //
// What path of the program does this path trigger? // What path of the program does this path trigger?
// //
// [your answer here] // [return -1;]
// //
// Just out of curiosity, you may test the other test cases as well... // Just out of curiosity, you may test the other test cases as well...
// //
...@@ -76,7 +76,7 @@ fn main() { ...@@ -76,7 +76,7 @@ fn main() {
// //
// How does `klee-sys` and `cargo-klee` score on a 0..5 scale? // How does `klee-sys` and `cargo-klee` score on a 0..5 scale?
// //
// [your answer here] // [5]
// //
// If below 5, what could be done to improve the UX/IX? // If below 5, what could be done to improve the UX/IX?
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment