From 14914f50c3de6c5444e13cf67db064b03c1c90ef Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 16 Jul 2019 12:58:13 +0200 Subject: c09 passed, c10 start, exam00 and exam01 --- exam00/rendu/only_z/only_z.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 exam00/rendu/only_z/only_z.c (limited to 'exam00/rendu/only_z') diff --git a/exam00/rendu/only_z/only_z.c b/exam00/rendu/only_z/only_z.c new file mode 100755 index 0000000..08ab66b --- /dev/null +++ b/exam00/rendu/only_z/only_z.c @@ -0,0 +1,8 @@ +#include + +int main(void) +{ + char z = 'z'; + write(1, &z, 1); + return 0; +} -- cgit