42-exam-miner icon indicating copy to clipboard operation
42-exam-miner copied to clipboard

Get ready for 42 exams :bowtie:

Results 8 42-exam-miner issues
Sort by recently updated
recently updated
newest added

Main for ft_list_remove_if && commented recursif version, the old one dont remove all reference data

There is a new one called fizzbuzz You should display all Numbers from 1 to 100. If the number os divisible by 5 write buzz instead of the number, if...

len wasn't initialized, it could cause issues imho.

Before: $>./last_word "abcd" | cat -e $>bcd$ I correct this problem, by adding ``` while (av[1][i] && blank(av[1][i])) i++; ``` **last_word.c** ``` #include int blank(char c) { if (c ==...

``` Assignment name : biggest_pal Expected files : *.c, *.h Allowed functions: write -------------------------------------------------------------------------------- Write a program named biggest_pal that takes a string as argument and prints the biggest palindrome...