This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec13362
commit ecb5414
Showing
6 changed files
with
42 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
# get_next_line | ||
|
||
Get_next_line - 2021 (Common Core) | ||
|
||
- Actual Status : validated. | ||
- Result : 115% (26/02/2021). | ||
- Result : 115% (26/02/2021). | ||
|
||
<img width="438" alt="Capture d’écran 2023-10-03 à 17 00 30" src="https://github.com/malatinipro/get_next_line/assets/77189438/8d743cc8-2c51-4f36-9bca-25284b625a7c"> | ||
|
||
2023: The project requirements have been updated since (different function definition expected). | ||
```sh | ||
# To run the project | ||
make | ||
|
||
I updated the code to fit the "norminette v3", moved the files and added some github workflows to test it automatically. | ||
# To check the norminette | ||
make norminette | ||
|
||
# To run the tester | ||
make test | ||
``` | ||
|
||
Make sure you organize your repository as expected by 42. | ||
⚠️ Disclamer : | ||
The project requirements' have been updated since I validated it. | ||
|
||
I updated the code to fit the "norminette v3", moved the files and added some github workflows to test it automatically. |