Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 528 Bytes

Project list

This repository contains the list of all 42 projects I realize.

  • libft: implementation of a part of the standard C library with data structures.
  • get_next_line: C function to read a line from a file descriptor. We can't use FILE structure, we need to reimplement it.
  • OCaml pool: OCaml pool. Introduction to functional paradigm with OCaml language.