From 66635d69fa00e335a091d7e6f2b358cbaaf205e4 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Tue, 16 Jul 2019 12:58:13 +0200 Subject: c09 passed, c10 start, exam00 and exam01 --- exam00/subjects/0-0-only_z/subject.en.txt | 6 ++++++ exam00/subjects/0-0-only_z/subject.fr.txt | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 exam00/subjects/0-0-only_z/subject.en.txt create mode 100644 exam00/subjects/0-0-only_z/subject.fr.txt (limited to 'exam00/subjects/0-0-only_z') 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. -- cgit