8000 Update README of Basic calculator (TUI) · Josh-D18/C-CPP-Programming@8649595 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8649595

Browse files
Update README of Basic calculator (TUI)
1 parent b235a6a commit 8649595

File tree

1 file changed

+2
-2
lines changed
  • Unix_System_examples/Basic Calculator (TUI)

1 file changed

+2
-2
lines changed

Unix_System_examples/Basic Calculator (TUI)/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Basic Calculator (TUI)
22

3-
## Compile:
3+
## Compilation:
44
Use the `m̀ake` command to compile
55

66
## Usage
77
You have 4 operatios `plus` `minus` `times` `devide`
88

9-
```
9+
```bash
1010
# The hardest math problem.
1111
./calculator 6 times 3
1212
```

0 commit comments

Comments
 (0)
0