From bf5542e43819ea63f58cecbdff5b1975fbee24af Mon Sep 17 00:00:00 2001 From: Brandon John Date: Wed, 8 Mar 2017 10:33:10 -0600 Subject: [PATCH] Renamed qr.bmp to qr2.bmp --- qr-2/description.md | 2 +- qr-2/problem.yml | 2 +- qr-2/{qr.bmp => qr2.bmp} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename qr-2/{qr.bmp => qr2.bmp} (100%) diff --git a/qr-2/description.md b/qr-2/description.md index 254c112..65e6596 100644 --- a/qr-2/description.md +++ b/qr-2/description.md @@ -1 +1 @@ -When I am not practicing my [Oboe](https://en.wikipedia.org/wiki/Oboe) for band, I have been working on a QR code generator. For some reason, some of the images are not scannable. [Here](${qr_bmp}) is one, can you tell me what it says? \ No newline at end of file +When I am not practicing my [Oboe](https://en.wikipedia.org/wiki/Oboe) for band, I have been working on a QR code generator. For some reason, some of the images are not scannable. [Here](${qr2_bmp}) is one, can you tell me what it says? \ No newline at end of file diff --git a/qr-2/problem.yml b/qr-2/problem.yml index 8436350..597ffd3 100644 --- a/qr-2/problem.yml +++ b/qr-2/problem.yml @@ -6,4 +6,4 @@ programming: false value: 330 hint: Is there another kind of Oboe? files: - - qr.bmp \ No newline at end of file + - qr2.bmp \ No newline at end of file diff --git a/qr-2/qr.bmp b/qr-2/qr2.bmp similarity index 100% rename from qr-2/qr.bmp rename to qr-2/qr2.bmp