diff options
Diffstat (limited to 'exam00/subjects/0-0-only_z')
| -rw-r--r-- | exam00/subjects/0-0-only_z/subject.en.txt | 6 | ||||
| -rw-r--r-- | exam00/subjects/0-0-only_z/subject.fr.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/exam00/subjects/0-0-only_z/subject.en.txt b/exam00/subjects/0-0-only_z/subject.en.txt new file mode 100644 index 0000000..930e2e8 --- /dev/null +++ b/exam00/subjects/0-0-only_z/subject.en.txt @@ -0,0 +1,6 @@ +Assignment name : only_z +Expected files : only_z.c +Allowed functions: write +-------------------------------------------------------------------------------- + +Write a program that displays a 'z' character on the standard output. diff --git a/exam00/subjects/0-0-only_z/subject.fr.txt b/exam00/subjects/0-0-only_z/subject.fr.txt new file mode 100644 index 0000000..e5ec893 --- /dev/null +++ b/exam00/subjects/0-0-only_z/subject.fr.txt @@ -0,0 +1,6 @@ +Assignment name : only_z +Expected files : only_z.c +Allowed functions: write +-------------------------------------------------------------------------------- + +Écrire un programme qui affiche un caractère 'z' sur la sortie standard. |
