Skip to content

Commit

Permalink
Zig (#101)
Browse files Browse the repository at this point in the history
* mod(zig): fixed 3.Calculator Documentation indent

* mod(zig): fixed list indent

---------

Co-authored-by: Mohammed JBILOU <[email protected]>
  • Loading branch information
eliestroun14 and Molaryy authored Sep 3, 2024
1 parent 03395bd commit 5e49817
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions software/32.Zig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ This function must return true if the word given in parameter is a palindrome an

📚 Documentation:

-[What is a palindrome ?](https://www.wikiwand.com/en/Palindrome)
-[New function](https://ziglang.org/documentation/master/#Functions)
-[The types in Zig](https://ziglang.org/documentation/master/#Primitive-Types)
-[Control_Structures](https://zig.guide/language-basics/while-loops)
- [What is a palindrome ?](https://www.wikiwand.com/en/Palindrome)
- [New function](https://ziglang.org/documentation/master/#Functions)
- [The types in Zig](https://ziglang.org/documentation/master/#Primitive-Types)
- [Control_Structures](https://zig.guide/language-basics/while-loops)

✔️ Validation:

Expand Down Expand Up @@ -143,9 +143,11 @@ For this step you will create a interactive calculator that will take a first nu

📚 Documentation:

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

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


✔️ Validation:

Expand Down Expand Up @@ -288,9 +290,9 @@ Zig provides the command zig translate-c for automatic translation from C source

📚 Documentation:

-[Translate-C](https://zig.guide/working-with-c/translate-c)
-[cImport](https://zig.guide/working-with-c/c-import)
-[LinkLibC](https://zig.guide/working-with-c/linking-libc)
- [Translate-C](https://zig.guide/working-with-c/translate-c)
- [cImport](https://zig.guide/working-with-c/c-import)
- [LinkLibC](https://zig.guide/working-with-c/linking-libc)

## Conclusion

Expand Down

0 comments on commit 5e49817

Please sign in to comment.