From 67bf2efab7a6c3de1865ac8e4503b9f645e7e9db Mon Sep 17 00:00:00 2001 From: Altareos <8584797+Altareos@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:29:43 +0100 Subject: [PATCH] refactor project files --- arrays.pl.xml => sample/arrays.pl.xml | 0 if.pl.xml => sample/if.pl.xml | 0 test.pl.xml => sample/test.pl.xml | 0 while.pl.xml => sample/while.pl.xml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename arrays.pl.xml => sample/arrays.pl.xml (100%) rename if.pl.xml => sample/if.pl.xml (100%) rename test.pl.xml => sample/test.pl.xml (100%) rename while.pl.xml => sample/while.pl.xml (100%) diff --git a/arrays.pl.xml b/sample/arrays.pl.xml similarity index 100% rename from arrays.pl.xml rename to sample/arrays.pl.xml diff --git a/if.pl.xml b/sample/if.pl.xml similarity index 100% rename from if.pl.xml rename to sample/if.pl.xml diff --git a/test.pl.xml b/sample/test.pl.xml similarity index 100% rename from test.pl.xml rename to sample/test.pl.xml diff --git a/while.pl.xml b/sample/while.pl.xml similarity index 100% rename from while.pl.xml rename to sample/while.pl.xml