From 03395bd23874dfd3f16da2d9931d6b1dc52b7017 Mon Sep 17 00:00:00 2001 From: Stroun Elie <146193362+eliestroun14@users.noreply.github.com> Date: Thu, 29 Aug 2024 23:32:43 +0200 Subject: [PATCH] mod(zig): fixed 3.Calculator Documentation indent (#100) --- software/32.Zig/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software/32.Zig/README.md b/software/32.Zig/README.md index 2a6f0ff4..a1de0582 100644 --- a/software/32.Zig/README.md +++ b/software/32.Zig/README.md @@ -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)