Skip to content

Latest commit

 

History

History
196 lines (131 loc) · 5.14 KB

README-template.md

File metadata and controls

196 lines (131 loc) · 5.14 KB

ALX README TEMPLATE(Replace this with title of the project)

Write what this project is all about. It can be a brief summary of what you are learning and what you will do Note: Delete this note and the paragraph above after
Important note: escape special characters like * and _ so that it doesn't affect the whole document. You will find examples where it was done if you go through the document. Delete this note after.

Table of contents

Note: you can add or remove table of contents not needed or will be needed like tasks where you have more or less. Remember to add them to the content also with the link as done above. Delete this note after.

Overview

Completed tasks

  • task 0
  • task 1
  • task 2
  • task 3
  • task 4
  • task 5
  • task 6
  • task 7
  • task 8
  • task 9
  • task 10
  • task 11
  • task 12

Note: Replace space with x to mark to insert a tick which signifies you have completed the task. Delete this note after.

Links to task files

Links to other files

Note: The extra braces is to the links below. If you add a text at the top remember to put the link below. Follow the format which was used. Delete this note after.

Note: replace replace-this-file-name with the name of the task file eg 0-strcat.c. You can also add links here and reference them using just the name in [brackts]. Delete this note after.

Mandatory tasks

Task 0

Write a function that concatenates two strings.

  • Prototype: char *_strcat(char *dest, char *src);
  • This function appends the...

Note: this is just an example you can write whatever you want here. Delete this note after.

Task file: 0-strcat.c

Note: the paragraph above is just an example. Replace 0-strcat.c with your own filename if you want to use it. The second braces [Task 0] is taken from the links above. It's easier this way than writing the links all over again. Delete this note after.

Task 1

Task 2

Task 3

Task 4

Task 5

Task 6

Task 7

Advanced tasks

Task 8

Task 9

Task 10

Task 11

Task 12

My process

Built with

  • Shell
  • C
  • Python
  • Javascript

Note: remove and add whatever you used to build this project. Delete this note after

What I learned

I learned about strings...(Replace this paragraph with yours)

Note: Write what you learned during this project. Delete this note after

Author

Note: you are free to add more. Replace yourusername with yours. Delete this note after

Acknowledgements

Thanks to Evil Ghost for helping me with this template...(Replace this paragraph with yours)

Note: Acknowledge the people who helped you during the project. You can include their names and also link to their social profiles. Remove or edit the Twitter link above. Delete this note after.

Credits

This template is made possible and written by:

Note: Do not remove this if you used this template

Link to template

Note: Do not remove this if you used this template