readmetest

This commit is contained in:
djonker 2023-03-11 03:17:25 +01:00
parent 90ec7bf553
commit 0075a38971

View File

@ -17,86 +17,37 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to
---
## Bugs
*none*
~~pid would return 0 when run in background~~
---
## Usage
1. Simply clone or download the repository
2. Run `make` in the cloned directory
3. Start the server with `./server` in the cloned directory
4. Open a second terminal in the same directory and run `./client [PID from server] ["Message in quotes"]`
---
## Tester
- add valgrind to tester
- check for -Wall -Werror -Wextra
#### Usage
1. Download test.sh into your own minitalk directory
2. Make the file executable `chmod +x test.sh`
3. Run `./test.sh` to start the test
---
[This project is part of the studies at 42](https://42.fr/en/homepage/)
### Image
![alt text](https://www.markdownguide.org/assets/images/tux.png)
### Table
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
### Fenced Code Block
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
### Footnote
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
### Heading ID
### My Great Heading {#custom-id}
### Definition List
term
: definition
### Strikethrough
~~The world is flat.~~
### Task List
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
### Emoji
That is so funny! :joy:
(See also [Copying and Pasting Emoji](https://www.markdownguide.org/extended-syntax/#copying-and-pasting-emoji))
### Highlight
I need to highlight these ==very important words==.
### Subscript
H~2~O
### Superscript
X^2^
```
> blockquote
## Bugs
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
`code`