From ef78667474e0f67e202f379dd13ceb21298a507d Mon Sep 17 00:00:00 2001 From: Hugo LAMY Date: Tue, 30 Apr 2019 14:10:37 +0200 Subject: [PATCH] renomme fichiers en prevision de merge --- [NOT_USED]add_to_list.c => test_add_to_list.c | 0 get_smallest_square.c => test_get_smallest_square.c | 0 print_fillit.c => test_print_fillit.c | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename [NOT_USED]add_to_list.c => test_add_to_list.c (100%) rename get_smallest_square.c => test_get_smallest_square.c (100%) rename print_fillit.c => test_print_fillit.c (100%) diff --git a/[NOT_USED]add_to_list.c b/test_add_to_list.c similarity index 100% rename from [NOT_USED]add_to_list.c rename to test_add_to_list.c diff --git a/get_smallest_square.c b/test_get_smallest_square.c similarity index 100% rename from get_smallest_square.c rename to test_get_smallest_square.c diff --git a/print_fillit.c b/test_print_fillit.c similarity index 100% rename from print_fillit.c rename to test_print_fillit.c