Skip to content

Commit

Permalink
Update student.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
phucduy1501 authored Apr 6, 2024
1 parent eaf6bd4 commit e23d5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion student.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ int add(int a, int b)
// Exercise 2: implements function 'mul', that multiplies two numbers
int mul(int a, int b)
{
return a*b; // TODO: fix
return a-b; // TODO: fix
}

0 comments on commit e23d5b1

Please sign in to comment.