revert default part to 1

This commit is contained in:
2021-12-03 19:18:57 +01:00
parent f769e9b361
commit 9a65775f7a
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ static int usage(char *prg)
int main(int ac, char **av)
{
int opt;
u32 exercise = 2, res;
u32 exercise = 1, res;
while ((opt = getopt(ac, av, "d:p:")) != -1) {
switch (opt) {