From f339764c96e34740318650dee44a6b0edfc63f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 27 Aug 2016 00:35:30 +0200 Subject: [PATCH] Renamed files --- structure-options2b.rkt => main.rkt | 0 structure-options2b-test.rkt => test/test-global.rkt | 0 structure-options2.rkt => test/test-structure-options.rkt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename structure-options2b.rkt => main.rkt (100%) rename structure-options2b-test.rkt => test/test-global.rkt (100%) rename structure-options2.rkt => test/test-structure-options.rkt (100%) diff --git a/structure-options2b.rkt b/main.rkt similarity index 100% rename from structure-options2b.rkt rename to main.rkt diff --git a/structure-options2b-test.rkt b/test/test-global.rkt similarity index 100% rename from structure-options2b-test.rkt rename to test/test-global.rkt diff --git a/structure-options2.rkt b/test/test-structure-options.rkt similarity index 100% rename from structure-options2.rkt rename to test/test-structure-options.rkt