From fad0833836f45911d14fce8799c4ead53f1815cb Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 2 Dec 2020 13:25:27 +0100 Subject: [PATCH] Update and rename README.txt to README.md --- solutions/1/README.md | 12 ++++++++++++ solutions/1/README.txt | 3 --- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 solutions/1/README.md delete mode 100644 solutions/1/README.txt diff --git a/solutions/1/README.md b/solutions/1/README.md new file mode 100644 index 0000000..a090897 --- /dev/null +++ b/solutions/1/README.md @@ -0,0 +1,12 @@ +# 1 + +This is quite simple, just iterate and find. + + +
+ Solutions +
    +
  1. 1224 and 796 -> 974304
  2. +
  3. 332, 858 and 830 -> 236430480
  4. +
+
diff --git a/solutions/1/README.txt b/solutions/1/README.txt deleted file mode 100644 index b1bacee..0000000 --- a/solutions/1/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -# 1 - -This is quite simple, just iterate and find. \ No newline at end of file