From 39c94ee08d182316e1a04e85b8ede2facc457aa3 Mon Sep 17 00:00:00 2001 From: Yvan Date: Thu, 16 Dec 2021 10:52:18 +0100 Subject: [PATCH] =?UTF-8?q?Changement=20de=20base=20pour=20plus=20de=20cla?= =?UTF-8?q?rt=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mars.c | 6 ++++++ readme.md | 9 +++++++++ testbit.txt => test_redcode.ass | 0 3 files changed, 15 insertions(+) create mode 100644 mars.c create mode 100644 readme.md rename testbit.txt => test_redcode.ass (100%) diff --git a/mars.c b/mars.c new file mode 100644 index 0000000..5f593fa --- /dev/null +++ b/mars.c @@ -0,0 +1,6 @@ +#include +#include + +int main(int argc, char* argv[]){ + +} \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f544ded --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +# Corewar Projet + +Dépot de la saé de dev 1.1: Corewar + +# Groupe + +- Yvan FOUCHER +- Jacques MBOUSSA +- Théo BERNARD \ No newline at end of file diff --git a/testbit.txt b/test_redcode.ass similarity index 100% rename from testbit.txt rename to test_redcode.ass