aboutsummaryrefslogtreecommitdiff
path: root/exam00/subjects/1-0-ft_countdown/subject.fr.txt
blob: c4ff0efa912f06b7b473b612a7a1100748be037a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Assignment name  : ft_countdown
Expected files   : ft_countdown.c
Allowed functions: write
--------------------------------------------------------------------------------

Écrire un programme qui affiche tous les chiffres en ordre descendant, suivis
d'un newline.

Exemple:
$> ./ft_countdown | cat -e
9876543210$
$>