Skip to content

Commit

Permalink
Rename 05-substrings.c to 08-substrings.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanschmidt authored Sep 7, 2023
1 parent fd76c58 commit 5bcac4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ void example1() {
size_t len = strlen(s3);
__goblint_check(len >= 0);
__goblint_check(len <= 42);
}
}

0 comments on commit 5bcac4a

Please sign in to comment.