Skip to content

Commit

Permalink
mod(zig): fixed 3.Calculator Documentation indent
Browse files Browse the repository at this point in the history
  • Loading branch information
eliestroun14 committed Aug 29, 2024
1 parent e47e71a commit 579e970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software/32.Zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ To do this, you have to make a calculator that can do:
- Display the result of the calculation in your terminal.
For this step you will create a interactive calculator that will take a first number, then the operation and finally the second number and once you have all the information, compute all that and print the result.

📚 Documentation:

-[Errors](https://ziglang.org/documentation/master/#Errors)
-[Memory](https://zig.guide/standard-library/allocators)
-[ArrayList](https://zig.guide/standard-library/arraylist)
Expand Down

0 comments on commit 579e970

Please sign in to comment.