Skip to content

Commit

Permalink
Merge pull request #1 from cylobi/javad
Browse files Browse the repository at this point in the history
student bio added, user program added
  • Loading branch information
cylobi authored Mar 10, 2024
2 parents 307fcf5 + 7133f31 commit 152d5a1
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 152d5a1

Please sign in to comment.