Skip to content

Commit

Permalink
mod(zig): fixed list indent
Browse files Browse the repository at this point in the history
  • Loading branch information
eliestroun14 committed Sep 2, 2024
1 parent 579e970 commit cbd636e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 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,9 @@ 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 +288,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 cbd636e

Please sign in to comment.