Skip to content

Commit

Permalink
feat: group name added to init.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cylobi committed Mar 10, 2024
1 parent 307fcf5 commit 7133f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ main(void)
printf(1, "init: starting sh\n");

// printing students name and id
printf(1, "Group #8:");
printf(1, "Ali Parvizi - 810100102");
printf(1, "Mohammad Mataee - 810199493");
printf(1, "Mohammad Javad Afsari - 810198544");
Expand Down

0 comments on commit 7133f31

Please sign in to comment.