aboutsummaryrefslogtreecommitdiff
path: root/exam00/subjects/1-0-ft_countdown/subject.en.txt
blob: 0e3dd56e81ea35e0dda786640e527fb115ef40fb (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
--------------------------------------------------------------------------------

Write a program that displays all digits in descending order, followed by a
newline.

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