📔 Exam Rank 02

📄 The first exam of 42 cursus (new curriculum).

  • Order Subject Description
    01 inter Write a program that takes two strings and displays, without doubles, the characters that appear in both strings, in the order they appear in the first one. ✔️
    union Write a program that takes two strings and displays, without doubles, the characters that appear in either one of the strings.
    02 ft_printf Write a function named ft_printf that will mimic the real printf.
    get_next_line Write a function will store, in the parameter "line", a line that has been read from the file descriptor 0. ✔️