https://github.com/maricard18/42-get_next_line
This project is about coding a funtion that returns a line.
https://github.com/maricard18/42-get_next_line
42 42born2code 42projects 42school c get-next-line get-next-line-42
Last synced: 2 months ago
JSON representation
This project is about coding a funtion that returns a line.
- Host: GitHub
- URL: https://github.com/maricard18/42-get_next_line
- Owner: maricard18
- Created: 2022-11-30T15:11:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T02:33:33.000Z (over 1 year ago)
- Last Synced: 2025-01-03T08:28:11.791Z (4 months ago)
- Topics: 42, 42born2code, 42projects, 42school, c, get-next-line, get-next-line-42
- Language: C
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get next line
## Function that returns a line
This project is about coding a funtion that returns a line.
It's a very useful tool in future projects that require reading some form of input line by line.
This project is in rank 1 of 42 common core and was graded with the score of 125/100.
-> [Subject here](https://github.com/maricard18/42-get_next_line/blob/main/extras/en.subject.pdf)## How To Use
To clone and run this project, just follow this instructions
```bash
# Clone this repository
$ git clone https://github.com/maricard18/42-get_next_line# Go into the repository
$ cd get_next_line# Run make command
$ make# Test it out!
```---
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)