From 2b02bd4863d28c6f2541d1fe04d008b758bf8b77 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Tue, 12 Dec 2017 09:29:13 -0800 Subject: [PATCH] Prepended single-digit files with 0s for nice ordering. --- 1.hs => 01.hs | 0 1.txt => 01.txt | 0 2.hs => 02.hs | 0 2.txt => 02.txt | 0 3.hs => 03.hs | 0 4.hs => 04.hs | 0 4.txt => 04.txt | 0 5.hs => 05.hs | 0 5.txt => 05.txt | 0 5_alt.hs => 05_alt.hs | 0 6.hs => 06.hs | 0 6.txt => 06.txt | 0 7.hs => 07.hs | 0 7.txt => 07.txt | 0 7_cumulate.txt => 07_cumulate.txt | 0 7_tree.txt => 07_tree.txt | 0 8.hs => 08.hs | 0 8.txt => 08.txt | 0 9.hs => 09.hs | 0 9.txt => 09.txt | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename 1.hs => 01.hs (100%) rename 1.txt => 01.txt (100%) rename 2.hs => 02.hs (100%) rename 2.txt => 02.txt (100%) rename 3.hs => 03.hs (100%) rename 4.hs => 04.hs (100%) rename 4.txt => 04.txt (100%) rename 5.hs => 05.hs (100%) rename 5.txt => 05.txt (100%) rename 5_alt.hs => 05_alt.hs (100%) rename 6.hs => 06.hs (100%) rename 6.txt => 06.txt (100%) rename 7.hs => 07.hs (100%) rename 7.txt => 07.txt (100%) rename 7_cumulate.txt => 07_cumulate.txt (100%) rename 7_tree.txt => 07_tree.txt (100%) rename 8.hs => 08.hs (100%) rename 8.txt => 08.txt (100%) rename 9.hs => 09.hs (100%) rename 9.txt => 09.txt (100%) diff --git a/1.hs b/01.hs similarity index 100% rename from 1.hs rename to 01.hs diff --git a/1.txt b/01.txt similarity index 100% rename from 1.txt rename to 01.txt diff --git a/2.hs b/02.hs similarity index 100% rename from 2.hs rename to 02.hs diff --git a/2.txt b/02.txt similarity index 100% rename from 2.txt rename to 02.txt diff --git a/3.hs b/03.hs similarity index 100% rename from 3.hs rename to 03.hs diff --git a/4.hs b/04.hs similarity index 100% rename from 4.hs rename to 04.hs diff --git a/4.txt b/04.txt similarity index 100% rename from 4.txt rename to 04.txt diff --git a/5.hs b/05.hs similarity index 100% rename from 5.hs rename to 05.hs diff --git a/5.txt b/05.txt similarity index 100% rename from 5.txt rename to 05.txt diff --git a/5_alt.hs b/05_alt.hs similarity index 100% rename from 5_alt.hs rename to 05_alt.hs diff --git a/6.hs b/06.hs similarity index 100% rename from 6.hs rename to 06.hs diff --git a/6.txt b/06.txt similarity index 100% rename from 6.txt rename to 06.txt diff --git a/7.hs b/07.hs similarity index 100% rename from 7.hs rename to 07.hs diff --git a/7.txt b/07.txt similarity index 100% rename from 7.txt rename to 07.txt diff --git a/7_cumulate.txt b/07_cumulate.txt similarity index 100% rename from 7_cumulate.txt rename to 07_cumulate.txt diff --git a/7_tree.txt b/07_tree.txt similarity index 100% rename from 7_tree.txt rename to 07_tree.txt diff --git a/8.hs b/08.hs similarity index 100% rename from 8.hs rename to 08.hs diff --git a/8.txt b/08.txt similarity index 100% rename from 8.txt rename to 08.txt diff --git a/9.hs b/09.hs similarity index 100% rename from 9.hs rename to 09.hs diff --git a/9.txt b/09.txt similarity index 100% rename from 9.txt rename to 09.txt