Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AtcoCoder committed Aug 7, 2023
1 parent 05dd70d commit 9e6307a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atcocoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a simple calculator program written in c. Purely for the Algorithmia Dem
1. Clone this repo
2. Navigate to this directory.
3. Compile of code using the command below:
```
$ gcc *.c -o simple_calculator
$ ./simple_calculator
```
```
$ gcc *.c -o simple_calculator
$ ./simple_calculator
```

0 comments on commit 9e6307a

Please sign in to comment.