Skip to content

Commit

Permalink
epfl
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois440 committed Feb 13, 2025
1 parent bbbd7f4 commit 11c34db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/autotest-validate/autotest-validate.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ bool this_function_returns_false()
*/
const char *my_username()
{
return "todo-please-enter-your-username-here-in-my_username";
//return "todo-please-enter-your-username-here-in-my_username";
return "rdubois440";
}

0 comments on commit 11c34db

Please sign in to comment.