From 11af616bf4a37418eebbdf82d1aced6cbd11f102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Wed, 14 Jun 2023 09:55:21 +0200 Subject: [PATCH] Add a prompt for say to the user that we quit --- BackEnd/main.c | 1 + BackEnd/requests.txt | 1 + BackEnd/results.txt | 0 FrontEnd/results.txt | 22 ++++++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 BackEnd/requests.txt create mode 100644 BackEnd/results.txt create mode 100644 FrontEnd/results.txt diff --git a/BackEnd/main.c b/BackEnd/main.c index def91c3..a2b5723 100644 --- a/BackEnd/main.c +++ b/BackEnd/main.c @@ -26,6 +26,7 @@ int main() { } deleteFilmotheque(filmo, tableau); + printf("Good bye !\n"); return 0; } diff --git a/BackEnd/requests.txt b/BackEnd/requests.txt new file mode 100644 index 0000000..dbdeb96 --- /dev/null +++ b/BackEnd/requests.txt @@ -0,0 +1 @@ +searchByTime;69 \ No newline at end of file diff --git a/BackEnd/results.txt b/BackEnd/results.txt new file mode 100644 index 0000000..e69de29 diff --git a/FrontEnd/results.txt b/FrontEnd/results.txt new file mode 100644 index 0000000..cfa5314 --- /dev/null +++ b/FrontEnd/results.txt @@ -0,0 +1,22 @@ +Dayton;A Timepiece Spoke;323;Mystery +Dayton;Eater's Three Train;199;Western +Dayton;Plagues and Spaces ;126;Animation +Dayton;Affair Key;339;Adventure +Dayton;The Revealing Patch;301;Animation +Dayton;Children's Darkness Floor;230;Documentary +Dayton;The Closed Gallows;366;Parody +Dayton;Place's Slab;166;Musical +Dayton;The Wolfhound and the Fate;205;Western +Dayton;Humanborn;129;Animation +Dayton;The PreyBullet;188;Suspense +Dayton;Oona, the West Amulet;256;War +Dayton;Lovecraft, the Wrath Door;174;Disaster +Dayton;Patrol and a God;219;Animation +Dayton;A Thunder Had;340;Thriller +Dayton;Chain and the Eternal Water;141;Drama +Dayton;After the Engine and the People;330;Science Fiction +Dayton;Bus and the Damned Rat;148;Fantasy +Dayton;The Fangs's Cell;181;Action +Dayton;In the Empire;280;Animation +Dayton;Infernoborn;83;Thriller +Dayton;Into the Undead Blonde;164;Western \ No newline at end of file