Skip to content

Commit

Permalink
update to compilation note
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamKweku committed Aug 5, 2023
1 parent d5affa4 commit 331b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamkweku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`division`: dividing two integers. Error occures when you try to divide by a zero

## How to use program
> compile code with the flag `gcc -Wall -pedantic -Werror -Wextra -std=gnu89 main.c operations.c`
> compile code with the flag `gcc -Wall -pedantic -Werror -Wextra -std=gnu89 main.c operations.c -o main`
- Addition: `$./main num1 + num2`
- Subtraction: `$./main num1 - num2
- Division: `$./main num1 / num2
Expand Down

0 comments on commit 331b2f8

Please sign in to comment.